Loading lib_enc/swb_pre_proc_fx.c +2 −1 Original line number Diff line number Diff line Loading @@ -487,7 +487,8 @@ void wb_pre_proc_ivas_fx( /* rescale the hb_speech and memories back to Q-1 to keep the downstream BWE coding unaffected */ Scale_sig( hBWE_TD->decim_state1_fx, ( 2 * ALLPASSSECTIONS_STEEP + 1 ), sub( new_inp_resamp16k_q, Q_wb_sp ) ); Scale_sig( hBWE_TD->decim_state2_fx, ( 2 * ALLPASSSECTIONS_STEEP + 1 ), sub( new_inp_resamp16k_q, Q_wb_sp ) ); IF( st_fx->element_mode == EVS_MONO ) { IF( st_fx->element_mode == EVS_MONO ) { Scale_sig( hb_speech, L_FRAME16k / 4, sub( new_inp_resamp16k_q, Q_wb_sp ) ); Q_wb_sp = 0; move16(); Loading Loading
lib_enc/swb_pre_proc_fx.c +2 −1 Original line number Diff line number Diff line Loading @@ -487,7 +487,8 @@ void wb_pre_proc_ivas_fx( /* rescale the hb_speech and memories back to Q-1 to keep the downstream BWE coding unaffected */ Scale_sig( hBWE_TD->decim_state1_fx, ( 2 * ALLPASSSECTIONS_STEEP + 1 ), sub( new_inp_resamp16k_q, Q_wb_sp ) ); Scale_sig( hBWE_TD->decim_state2_fx, ( 2 * ALLPASSSECTIONS_STEEP + 1 ), sub( new_inp_resamp16k_q, Q_wb_sp ) ); IF( st_fx->element_mode == EVS_MONO ) { IF( st_fx->element_mode == EVS_MONO ) { Scale_sig( hb_speech, L_FRAME16k / 4, sub( new_inp_resamp16k_q, Q_wb_sp ) ); Q_wb_sp = 0; move16(); Loading