Commit 78001a25 authored by Mohammadreza Naghibzadeh's avatar Mohammadreza Naghibzadeh
Browse files

Small change to trigger a fresh pipeline run.

parent 037c1bef
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -76,12 +76,12 @@ Word16 slot_fx[4] = { 32767, 16384, 10922, 8192 };
#define ONE_DIV_EPSILON_EXP        ( 40 )
#define ADAPT_HTPROTO_ROT_LIM_1    0.8f

#define MAX_GAIN_CACHE_SIZE ( ( MASA_MAXIMUM_DIRECTIONS * 3 ) + MAX_NUM_OBJECTS ) /* == different calls to get gains */

#ifdef FIX_1819_EIGENVALUE_ERROR
#define SMALL_EIGENVALUE 50
#endif

#define MAX_GAIN_CACHE_SIZE ( ( MASA_MAXIMUM_DIRECTIONS * 3 ) + MAX_NUM_OBJECTS ) /* == different calls to get gains */

typedef struct hrtfGainCache
{
    Word16 azi;