Loading lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -169,6 +169,7 @@ #define FIX_1123_TDREN_16BIT_ROM #define FIX_1123_FASTCONV_16BIT_ROM /* FhG: issue 1123: update FastConv ROM tables and scripts to generate 16 bit tables instead of float */ #define FIX_1123_PARAMBIN_16BIT_ROM /* FhG,Nok: issue 1123: update ParamBin ROM tables and scripts to generate 16 bit tables instead of float */ #define FIX_RETURN /* VA: fix location of function returns */ #endif /* #################### End BE switches ################################## */ Loading lib_dec/ivas_binRenderer_internal.c +7 −2 Original line number Diff line number Diff line Loading @@ -804,7 +804,7 @@ ivas_error ivas_allocate_binaural_hrtf( /*-------------------------------------------------------------------------* * ivas_binaural_HRTF_open() * ivas_binaural_hrtf_open() * * *-------------------------------------------------------------------------*/ Loading Loading @@ -1048,9 +1048,14 @@ static ivas_error ivas_binaural_hrtf_open( #endif *hHrtfFastConv = HrtfFastConv; } #ifdef FIX_RETURN return IVAS_ERR_OK; #endif } #ifndef FIX_RETURN return IVAS_ERR_OK; #endif } Loading lib_rend/ivas_dirac_dec_binaural_functions.c +6 −1 Original line number Diff line number Diff line Loading @@ -433,9 +433,14 @@ ivas_error ivas_dirac_dec_binaural_copy_hrtfs( #endif *hHrtfParambin = hrtfParambin; } #ifdef FIX_RETURN return IVAS_ERR_OK; #endif } #ifndef FIX_RETURN return IVAS_ERR_OK; #endif } Loading Loading
lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -169,6 +169,7 @@ #define FIX_1123_TDREN_16BIT_ROM #define FIX_1123_FASTCONV_16BIT_ROM /* FhG: issue 1123: update FastConv ROM tables and scripts to generate 16 bit tables instead of float */ #define FIX_1123_PARAMBIN_16BIT_ROM /* FhG,Nok: issue 1123: update ParamBin ROM tables and scripts to generate 16 bit tables instead of float */ #define FIX_RETURN /* VA: fix location of function returns */ #endif /* #################### End BE switches ################################## */ Loading
lib_dec/ivas_binRenderer_internal.c +7 −2 Original line number Diff line number Diff line Loading @@ -804,7 +804,7 @@ ivas_error ivas_allocate_binaural_hrtf( /*-------------------------------------------------------------------------* * ivas_binaural_HRTF_open() * ivas_binaural_hrtf_open() * * *-------------------------------------------------------------------------*/ Loading Loading @@ -1048,9 +1048,14 @@ static ivas_error ivas_binaural_hrtf_open( #endif *hHrtfFastConv = HrtfFastConv; } #ifdef FIX_RETURN return IVAS_ERR_OK; #endif } #ifndef FIX_RETURN return IVAS_ERR_OK; #endif } Loading
lib_rend/ivas_dirac_dec_binaural_functions.c +6 −1 Original line number Diff line number Diff line Loading @@ -433,9 +433,14 @@ ivas_error ivas_dirac_dec_binaural_copy_hrtfs( #endif *hHrtfParambin = hrtfParambin; } #ifdef FIX_RETURN return IVAS_ERR_OK; #endif } #ifndef FIX_RETURN return IVAS_ERR_OK; #endif } Loading