Loading lib_com/ivas_stereo_ica_com_fx.c +5 −2 Original line number Diff line number Diff line Loading @@ -418,8 +418,11 @@ void adjustTargetSignal_fx( const Word16 method ) // Q0 { /* inter-frame shift variation and target shifting */ #ifndef FIX_2574_EQUI_CONDITION IF(method == 0) #else IF(EQ_16(method, 16)) #endif // !FIX_2574_EQUI_CONDITION { interpTargetChannel_fx( target_fx, prevShift, currShift, L_shift_adapt ); } Loading lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,7 @@ #define FIX_BASOP_2560_STEREO_DFT_DEC_RESET /* FhG: BASOP issue 2560: align reset of hStereoDft->res_gains_ind_fx[][] between BASOP and float */ #define HARMONIZE_2539_cng_energy /* FhG: basop issue 2539: harmonize cng_energy with its ivas derivate */ #define FIX_1585_ASAN_FORMAT_SW_ALT /* VA: float issue 1585: alternative fix memory leaks with format switching */ #define FIX_2574_EQUI_CONDITION /* FhG: BASOP issue 2574: Correction of equivalnecy condition to basic operation in function adjustTargetSignal_fx()*/ /* #################### End BE switches ################################## */ Loading Loading
lib_com/ivas_stereo_ica_com_fx.c +5 −2 Original line number Diff line number Diff line Loading @@ -418,8 +418,11 @@ void adjustTargetSignal_fx( const Word16 method ) // Q0 { /* inter-frame shift variation and target shifting */ #ifndef FIX_2574_EQUI_CONDITION IF(method == 0) #else IF(EQ_16(method, 16)) #endif // !FIX_2574_EQUI_CONDITION { interpTargetChannel_fx( target_fx, prevShift, currShift, L_shift_adapt ); } Loading
lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,7 @@ #define FIX_BASOP_2560_STEREO_DFT_DEC_RESET /* FhG: BASOP issue 2560: align reset of hStereoDft->res_gains_ind_fx[][] between BASOP and float */ #define HARMONIZE_2539_cng_energy /* FhG: basop issue 2539: harmonize cng_energy with its ivas derivate */ #define FIX_1585_ASAN_FORMAT_SW_ALT /* VA: float issue 1585: alternative fix memory leaks with format switching */ #define FIX_2574_EQUI_CONDITION /* FhG: BASOP issue 2574: Correction of equivalnecy condition to basic operation in function adjustTargetSignal_fx()*/ /* #################### End BE switches ################################## */ Loading