Loading lib_dec/ivas_core_dec_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -292,7 +292,7 @@ ivas_error ivas_core_dec_fx( #ifdef NONBE_FIX_2493_EXTRACT_L_ivas_core_dec_fx shift = add( norm_l( factor ), norm_arr( st->hHQ_core->old_out_LB_fx, st->L_frame ) ); st->hHQ_core->Q_old_wtda_LB = add( shift, sub( st->hHQ_core->Q_old_wtda_LB, st->last_concealed_gain_syn_deemph_e ) ); st->hHQ_core->Q_old_wtda_LB = add( shift, sub( st->hHQ_core->Q_old_wtda_LB, add( st->last_concealed_gain_syn_deemph_e, st->hTcxDec->conceal_eof_gain_e ) ) ); #endif FOR( i = 0; i < st->L_frame; i++ ) Loading Loading
lib_dec/ivas_core_dec_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -292,7 +292,7 @@ ivas_error ivas_core_dec_fx( #ifdef NONBE_FIX_2493_EXTRACT_L_ivas_core_dec_fx shift = add( norm_l( factor ), norm_arr( st->hHQ_core->old_out_LB_fx, st->L_frame ) ); st->hHQ_core->Q_old_wtda_LB = add( shift, sub( st->hHQ_core->Q_old_wtda_LB, st->last_concealed_gain_syn_deemph_e ) ); st->hHQ_core->Q_old_wtda_LB = add( shift, sub( st->hHQ_core->Q_old_wtda_LB, add( st->last_concealed_gain_syn_deemph_e, st->hTcxDec->conceal_eof_gain_e ) ) ); #endif FOR( i = 0; i < st->L_frame; i++ ) Loading