Loading lib_enc/swb_pre_proc_fx.c +2 −1 Original line number Diff line number Diff line Loading @@ -308,7 +308,8 @@ void wb_pre_proc_ivas_fx( } #ifdef NONBE_FIX_ISSUE_2206 IF ( st_fx->element_mode != EVS_MONO ) { IF( st_fx->element_mode != EVS_MONO ) { /* In case of EVS, hBWE_FD->old_input_wb_fx might saturate furher below. */ Q_wb_sp = s_min( Q_wb_sp, sub( norm_arr( hBWE_FD->old_input_wb_fx, NS2SA( 16000, DELAY_FD_BWE_ENC_NS ) ), sub( new_inp_resamp16k_q, -1 ) ) ); } Loading Loading
lib_enc/swb_pre_proc_fx.c +2 −1 Original line number Diff line number Diff line Loading @@ -308,7 +308,8 @@ void wb_pre_proc_ivas_fx( } #ifdef NONBE_FIX_ISSUE_2206 IF ( st_fx->element_mode != EVS_MONO ) { IF( st_fx->element_mode != EVS_MONO ) { /* In case of EVS, hBWE_FD->old_input_wb_fx might saturate furher below. */ Q_wb_sp = s_min( Q_wb_sp, sub( norm_arr( hBWE_FD->old_input_wb_fx, NS2SA( 16000, DELAY_FD_BWE_ENC_NS ) ), sub( new_inp_resamp16k_q, -1 ) ) ); } Loading