Loading lib_enc/evs_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -435,7 +435,7 @@ ivas_error evs_enc_fx( /* Common pre-processing for WB TBE and WB BWE */ #ifdef HARMONIZE_TBE2 #ifdef NONBE_FIX_ISSUE_2206 wb_pre_proc_fx( st, EVS_MONO, new_inp_resamp16k, hb_speech, -1 ); wb_pre_proc_fx( st, EVS_MONO, new_inp_resamp16k, hb_speech, 0 ); #else wb_pre_proc_fx( st, EVS_MONO, new_inp_resamp16k, hb_speech ); #endif Loading Loading
lib_enc/evs_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -435,7 +435,7 @@ ivas_error evs_enc_fx( /* Common pre-processing for WB TBE and WB BWE */ #ifdef HARMONIZE_TBE2 #ifdef NONBE_FIX_ISSUE_2206 wb_pre_proc_fx( st, EVS_MONO, new_inp_resamp16k, hb_speech, -1 ); wb_pre_proc_fx( st, EVS_MONO, new_inp_resamp16k, hb_speech, 0 ); #else wb_pre_proc_fx( st, EVS_MONO, new_inp_resamp16k, hb_speech ); #endif Loading