Loading lib_com/options.h +2 −0 Original line number Original line Diff line number Diff line Loading @@ -113,6 +113,8 @@ #define FIX_2021_BANDWIDTH_EXTENSION_PROBLEM /* FhG: increase cldfb buffer precision*/ #define FIX_2021_BANDWIDTH_EXTENSION_PROBLEM /* FhG: increase cldfb buffer precision*/ #define FIX_2085_FLOATING_POINT_LEFTOVERS /* FhG: convert floating-point leftovers in ivas_dirac_config_fx() */ #define FIX_2085_FLOATING_POINT_LEFTOVERS /* FhG: convert floating-point leftovers in ivas_dirac_config_fx() */ #define TEMP_FIX_2088_MSAN_INIT_ERROR /* Eri: Temporary fix for Issue 2088 - MSAN error. Will come with later port of JBM+Split rendering update */ /* #################### Start BASOP porting switches ############################ */ /* #################### Start BASOP porting switches ############################ */ #define NONBE_1244_FIX_SWB_BWE_MEMORY /* VA: issue 1244: fix to SWB BWE memory in case of switching from FB coding - pending a review by Huawei */ #define NONBE_1244_FIX_SWB_BWE_MEMORY /* VA: issue 1244: fix to SWB BWE memory in case of switching from FB coding - pending a review by Huawei */ Loading lib_rend/lib_rend_fx.c +6 −0 Original line number Original line Diff line number Diff line Loading @@ -3524,6 +3524,12 @@ ivas_error IVAS_REND_Open( isar_init_split_rend_handles( hIvasRend->splitRendWrapper ); isar_init_split_rend_handles( hIvasRend->splitRendWrapper ); } } #ifdef TEMP_FIX_2088_MSAN_INIT_ERROR hIvasRend->splitRendEncBuffer.data = NULL; hIvasRend->splitRendEncBuffer.config.is_cldfb = 0; hIvasRend->splitRendEncBuffer.config.numChannels = 0; hIvasRend->splitRendEncBuffer.config.numSamplesPerChannel = 0; #endif FOR( i = 0; i < RENDERER_MAX_ISM_INPUTS; ++i ) FOR( i = 0; i < RENDERER_MAX_ISM_INPUTS; ++i ) { { Loading Loading
lib_com/options.h +2 −0 Original line number Original line Diff line number Diff line Loading @@ -113,6 +113,8 @@ #define FIX_2021_BANDWIDTH_EXTENSION_PROBLEM /* FhG: increase cldfb buffer precision*/ #define FIX_2021_BANDWIDTH_EXTENSION_PROBLEM /* FhG: increase cldfb buffer precision*/ #define FIX_2085_FLOATING_POINT_LEFTOVERS /* FhG: convert floating-point leftovers in ivas_dirac_config_fx() */ #define FIX_2085_FLOATING_POINT_LEFTOVERS /* FhG: convert floating-point leftovers in ivas_dirac_config_fx() */ #define TEMP_FIX_2088_MSAN_INIT_ERROR /* Eri: Temporary fix for Issue 2088 - MSAN error. Will come with later port of JBM+Split rendering update */ /* #################### Start BASOP porting switches ############################ */ /* #################### Start BASOP porting switches ############################ */ #define NONBE_1244_FIX_SWB_BWE_MEMORY /* VA: issue 1244: fix to SWB BWE memory in case of switching from FB coding - pending a review by Huawei */ #define NONBE_1244_FIX_SWB_BWE_MEMORY /* VA: issue 1244: fix to SWB BWE memory in case of switching from FB coding - pending a review by Huawei */ Loading
lib_rend/lib_rend_fx.c +6 −0 Original line number Original line Diff line number Diff line Loading @@ -3524,6 +3524,12 @@ ivas_error IVAS_REND_Open( isar_init_split_rend_handles( hIvasRend->splitRendWrapper ); isar_init_split_rend_handles( hIvasRend->splitRendWrapper ); } } #ifdef TEMP_FIX_2088_MSAN_INIT_ERROR hIvasRend->splitRendEncBuffer.data = NULL; hIvasRend->splitRendEncBuffer.config.is_cldfb = 0; hIvasRend->splitRendEncBuffer.config.numChannels = 0; hIvasRend->splitRendEncBuffer.config.numSamplesPerChannel = 0; #endif FOR( i = 0; i < RENDERER_MAX_ISM_INPUTS; ++i ) FOR( i = 0; i < RENDERER_MAX_ISM_INPUTS; ++i ) { { Loading