Commit df46a129 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[fix] remove duplicated switch and fix interaction of FIX_989_TD_REND_ROM and...

[fix] remove duplicated switch and fix interaction of FIX_989_TD_REND_ROM and USE_NEW_TDREND_ROM_TABLES
parent 0f8485a3
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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
@@ -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 */
+1 −1
Original line number Diff line number Diff line
@@ -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          */
)