Loading lib_dec/swb_bwe_dec_fx.c +1 −2 Original line number Diff line number Diff line Loading @@ -413,7 +413,6 @@ Word16 ivas_wb_bwe_dec_fx( direct_transform_fx( L_wtda_synth_fx, ysynth_32, 0, output_frame, &new_input_fx_exp, st_fx->element_mode ); #endif #endif } /* Convert to 16 Bits (Calc Shift Required to Stay within MAX_Q_NEW_INPUT) */ scl = sub( 16 + MAX_Q_NEW_INPUT, new_input_fx_exp ); Loading Loading
lib_dec/swb_bwe_dec_fx.c +1 −2 Original line number Diff line number Diff line Loading @@ -413,7 +413,6 @@ Word16 ivas_wb_bwe_dec_fx( direct_transform_fx( L_wtda_synth_fx, ysynth_32, 0, output_frame, &new_input_fx_exp, st_fx->element_mode ); #endif #endif } /* Convert to 16 Bits (Calc Shift Required to Stay within MAX_Q_NEW_INPUT) */ scl = sub( 16 + MAX_Q_NEW_INPUT, new_input_fx_exp ); Loading