Loading lib_enc/swb_pre_proc_fx.c +2 −0 Original line number Diff line number Diff line Loading @@ -911,9 +911,11 @@ void swb_pre_proc_ivas_fx( test(); test(); #ifndef NONBE_FIX_ISSUE_2206 scale_sig( hBWE_FD->L_old_wtda_swb_fx, L_FRAME48k, sub( st->q_inp, st->Q_old_wtda ) ); // st->Q_old_wtda -> st->q_inp st->Q_old_wtda = st->q_inp; move16(); #endif IF( EQ_16( st->element_mode, IVAS_CPE_TD ) && GE_16( st->bwidth, SWB ) ) { Copy( st->input_fx - hCPE->hStereoTCA->lMemRecalc, hBWE_FD->L_old_wtda_swb_fx + L_FRAME32k - sub( hCPE->hStereoTCA->lMemRecalc, Sample_Delay_SWB_BWE ), sub( hCPE->hStereoTCA->lMemRecalc, Sample_Delay_SWB_BWE ) ); Loading Loading
lib_enc/swb_pre_proc_fx.c +2 −0 Original line number Diff line number Diff line Loading @@ -911,9 +911,11 @@ void swb_pre_proc_ivas_fx( test(); test(); #ifndef NONBE_FIX_ISSUE_2206 scale_sig( hBWE_FD->L_old_wtda_swb_fx, L_FRAME48k, sub( st->q_inp, st->Q_old_wtda ) ); // st->Q_old_wtda -> st->q_inp st->Q_old_wtda = st->q_inp; move16(); #endif IF( EQ_16( st->element_mode, IVAS_CPE_TD ) && GE_16( st->bwidth, SWB ) ) { Copy( st->input_fx - hCPE->hStereoTCA->lMemRecalc, hBWE_FD->L_old_wtda_swb_fx + L_FRAME32k - sub( hCPE->hStereoTCA->lMemRecalc, Sample_Delay_SWB_BWE ), sub( hCPE->hStereoTCA->lMemRecalc, Sample_Delay_SWB_BWE ) ); Loading