Loading apps/decoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -3822,7 +3822,7 @@ static ivas_error load_hrtf_from_file( } #ifdef FIX_989_TD_REND_ROM if ( ( error = load_TDrend_HRTF_binary( *hHrtfBinary->hHrtfTD, arg.output_Fs, hHrtfBinary->hrtfReader ) ) != IVAS_ERR_OK ) if ( ( error = load_TDrend_HRTF_binary( *hHrtfBinary->hHrtfTD, output_Fs, hHrtfBinary->hrtfReader ) ) != IVAS_ERR_OK ) #else if ( ( error = load_HRTF_binary( *hHrtfBinary->hHrtfTD, hHrtfBinary->hrtfReader ) ) != IVAS_ERR_OK ) #endif Loading lib_com/options.h +5 −0 Original line number Diff line number Diff line Loading @@ -163,7 +163,12 @@ #define FIX_989_TD_REND_ROM /* Eri: Clean-up for TD renderer and completion of ROM generation tool */ #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 */ #ifdef CHECK_BE_USING_OLD_ROM_TABLES_ONLY #define USE_NEW_CREND_ROM_TABLE #define USE_NEW_FASTCONV_PARAMBIN_ROM_TABLES #define USE_NEW_TDREND_ROM_TABLES #endif #define FIX_1320_STACK_CPE_DECODER /* VA: issue 1320: Optimize the stack memory consumption in the CPE decoder */ #define NONBE_1328_FIX_NON_LINEARITY /* VA: Fix possible issue when computing bwe_exc_extended and previous frame were almost 0 */ Loading Loading
apps/decoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -3822,7 +3822,7 @@ static ivas_error load_hrtf_from_file( } #ifdef FIX_989_TD_REND_ROM if ( ( error = load_TDrend_HRTF_binary( *hHrtfBinary->hHrtfTD, arg.output_Fs, hHrtfBinary->hrtfReader ) ) != IVAS_ERR_OK ) if ( ( error = load_TDrend_HRTF_binary( *hHrtfBinary->hHrtfTD, output_Fs, hHrtfBinary->hrtfReader ) ) != IVAS_ERR_OK ) #else if ( ( error = load_HRTF_binary( *hHrtfBinary->hHrtfTD, hHrtfBinary->hrtfReader ) ) != IVAS_ERR_OK ) #endif Loading
lib_com/options.h +5 −0 Original line number Diff line number Diff line Loading @@ -163,7 +163,12 @@ #define FIX_989_TD_REND_ROM /* Eri: Clean-up for TD renderer and completion of ROM generation tool */ #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 */ #ifdef CHECK_BE_USING_OLD_ROM_TABLES_ONLY #define USE_NEW_CREND_ROM_TABLE #define USE_NEW_FASTCONV_PARAMBIN_ROM_TABLES #define USE_NEW_TDREND_ROM_TABLES #endif #define FIX_1320_STACK_CPE_DECODER /* VA: issue 1320: Optimize the stack memory consumption in the CPE decoder */ #define NONBE_1328_FIX_NON_LINEARITY /* VA: Fix possible issue when computing bwe_exc_extended and previous frame were almost 0 */ Loading