Commit f5da5290 authored by vaclav's avatar vaclav
Browse files

update within FIX_511_OPTIMIZE_PARAMBIN_GAIN_FETCH for OMASA

parent 1e5e8f48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
/*------------------------------------------------------------------------------------------*
 * PreProcessor
 *------------------------------------------------------------------------------------------*/
#define IVAS_MAX_MD_BYTES ( 1000 )
#define IVAS_MAX_MD_BYTES ( 1000 ) // ToDo: not used

static const float pr_boost_range[2] = { 0.1f, 0.4f };

+6 −2
Original line number Diff line number Diff line
@@ -53,8 +53,8 @@
 *------------------------------------------------------------------------*/

#define CLDFB_HALF_BIN_FREQUENCY_OFFSET         0.5f
#define IVAS_TDET_DUCK_MULT_FAC_PARA_BIN        ( 2.0f )
#define IVAS_TDET_DUCK_MULT_FAC_PARA_BIN_LOW_BR ( 3.0f )
#define IVAS_TDET_DUCK_MULT_FAC_PARA_BIN        ( 2.0f ) // ToDo: not used
#define IVAS_TDET_DUCK_MULT_FAC_PARA_BIN_LOW_BR ( 3.0f ) // ToDo: not used

#ifdef MASA_AND_OBJECTS
#define STEREO_PREPROCESS_IIR_FACTOR ( 0.9f )
@@ -69,7 +69,11 @@
#define ADAPT_HTPROTO_ROT_LIM_1   0.8f

#ifdef FIX_511_OPTIMIZE_PARAMBIN_GAIN_FETCH
#ifdef MASA_AND_OBJECTS
#define MAX_GAIN_CACHE_SIZE ( 5 * 3 ) /* == max number of simultaneous directions * 3 */
#else
#define MAX_GAIN_CACHE_SIZE 6
#endif

typedef struct hrtfGainCache
{