Loading lib_enc/swb_pre_proc_fx.c +7 −2 Original line number Diff line number Diff line Loading @@ -924,10 +924,15 @@ void swb_pre_proc_ivas_fx( IF( NE_16( st->extl, WB_BWE ) ) { Copy( old_input_fx, hBWE_FD->L_old_wtda_swb_fx, L_FRAME32k ); #ifdef HARMONIZE_TBE2 if( st->element_mode > EVS_MONO ) #endif { st->Q_old_wtda = st->q_inp; move16(); } } } test(); IF( NE_16( st->extl, SWB_BWE ) && NE_16( st->extl, FB_BWE ) ) Loading Loading
lib_enc/swb_pre_proc_fx.c +7 −2 Original line number Diff line number Diff line Loading @@ -924,10 +924,15 @@ void swb_pre_proc_ivas_fx( IF( NE_16( st->extl, WB_BWE ) ) { Copy( old_input_fx, hBWE_FD->L_old_wtda_swb_fx, L_FRAME32k ); #ifdef HARMONIZE_TBE2 if( st->element_mode > EVS_MONO ) #endif { st->Q_old_wtda = st->q_inp; move16(); } } } test(); IF( NE_16( st->extl, SWB_BWE ) && NE_16( st->extl, FB_BWE ) ) Loading