Commit 09ac3db9 authored by emerit's avatar emerit
Browse files

more simplified

parent 01f184c0
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -40,13 +40,7 @@
#include "ivas_cnst.h"
#include "ivas_stat_com.h"
#include "ivas_stat_rend.h"
#ifdef FIX_197_CREND_INTERFACE_LIB_REND_H
#include "common_api_types.h" // VE2AT: don't we want to avoid this include in the library? I admit that the rules hefre are not 100% clear to me but introducing it just for IVAS_QUATERNION is not necessry I think
#else
#ifndef FIX_197_CREND_INTERFACE
#include "common_api_types.h" // VE2AT: don't we want to avoid this include in the library? I admit that the rules hefre are not 100% clear to me but introducing it just for IVAS_QUATERNION is not necessry I think
#endif
#endif

/*----------------------------------------------------------------------------------*
 * Output configuration for renderer (e.g. DirAC, MASA, Binaural Renderer...)
+1 −1
Original line number Diff line number Diff line
@@ -33,8 +33,8 @@
#include "ivas_error.h"
#ifndef FIX_197_CREND_INTERFACE
#include "lib_rend.h"
#endif
#include "ivas_stat_dec.h"
#endif

#ifndef IVAS_LIB_REND_INTERNALS_H
#define IVAS_LIB_REND_INTERNALS_H
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
#include "debug.h"
#endif
#include "ivas_cnst.h"
#include "ivas_stat_dec.h"
#include "ivas_stat_rend.h"

/*----------------------------------------------------------------------------------*
 * FASTCONV and PARAMETRIC binaural renderer ROM tables
+1 −6
Original line number Diff line number Diff line
@@ -34,12 +34,7 @@
#define IVAS_STAT_REND_H

#include <stdint.h>
#ifdef FIX_197_CREND_INTERFACE
#include "cnst.h"
#include "ivas_cnst.h"
#include "ivas_stat_com.h"
#include "common_api_types.h" // VE2AT: don't we want to avoid this include in the library? I admit that the rules hefre are not 100% clear to me but introducing it just for IVAS_QUATERNION is not necessry I think
#endif


#define MAX_SPEAKERS 12 /* Max number of speakers (including LFE) in a channel-based config */