Loading lib_com/options.h +3 −2 Original line number Diff line number Diff line Loading @@ -163,7 +163,6 @@ #define FIX_CREND_SIMPLIFY_CODE #ifdef FIX_CREND_SIMPLIFY_CODE #define CHECK_BE_USING_OLD_ROM_TABLES_ONLY #define FIX_989_TD_REND_ROM /* Eri: Clean-up for TD renderer and completion of ROM generation tool */ #define FIX_HRTF_LOAD /* VA: issue 1187: fix memory issue when HRTFs are loaded from a binary file */ #ifdef CHECK_BE_USING_OLD_ROM_TABLES_ONLY #define USE_NEW_CREND_ROM_TABLE Loading @@ -171,7 +170,9 @@ #define USE_NEW_REVERB_ROM_TABLES #endif #define USE_NEW_FASTCONV_PARAMBIN_ROM_TABLES #define USE_NEW_TDREND_ROM_TABLES #ifdef FIX_989_TD_REND_ROM #define USE_NEW_TDREND_ROM_TABLES /* requires FIX_989_TD_REND_ROM */ #endif #endif #endif #define FIX_1320_STACK_CPE_DECODER /* VA: issue 1320: Optimize the stack memory consumption in the CPE decoder */ Loading lib_util/hrtf_file_reader.c +1 −1 Original line number Diff line number Diff line Loading @@ -819,7 +819,7 @@ static ivas_error TDREND_LoadBSplineBinary( * Loads the B Spline HR filter model data from file. --------------------------------------------------------------------*/ static ivas_error( static ivas_error LoadBSplineBinary( IVAS_DEC_HRTF_HANDLE HrFiltSet_p, /* i/o: HR filter model parameter structure */ FILE *f_hrtf /* i : HR filter data file handle */ ) Loading Loading
lib_com/options.h +3 −2 Original line number Diff line number Diff line Loading @@ -163,7 +163,6 @@ #define FIX_CREND_SIMPLIFY_CODE #ifdef FIX_CREND_SIMPLIFY_CODE #define CHECK_BE_USING_OLD_ROM_TABLES_ONLY #define FIX_989_TD_REND_ROM /* Eri: Clean-up for TD renderer and completion of ROM generation tool */ #define FIX_HRTF_LOAD /* VA: issue 1187: fix memory issue when HRTFs are loaded from a binary file */ #ifdef CHECK_BE_USING_OLD_ROM_TABLES_ONLY #define USE_NEW_CREND_ROM_TABLE Loading @@ -171,7 +170,9 @@ #define USE_NEW_REVERB_ROM_TABLES #endif #define USE_NEW_FASTCONV_PARAMBIN_ROM_TABLES #define USE_NEW_TDREND_ROM_TABLES #ifdef FIX_989_TD_REND_ROM #define USE_NEW_TDREND_ROM_TABLES /* requires FIX_989_TD_REND_ROM */ #endif #endif #endif #define FIX_1320_STACK_CPE_DECODER /* VA: issue 1320: Optimize the stack memory consumption in the CPE decoder */ Loading
lib_util/hrtf_file_reader.c +1 −1 Original line number Diff line number Diff line Loading @@ -819,7 +819,7 @@ static ivas_error TDREND_LoadBSplineBinary( * Loads the B Spline HR filter model data from file. --------------------------------------------------------------------*/ static ivas_error( static ivas_error LoadBSplineBinary( IVAS_DEC_HRTF_HANDLE HrFiltSet_p, /* i/o: HR filter model parameter structure */ FILE *f_hrtf /* i : HR filter data file handle */ ) Loading