Commit 7f1eb0c4 authored by Manuel Jander's avatar Manuel Jander
Browse files

Fix bug in NONBE_FIX_2493_EXTRACT_L_ivas_core_dec_fx.

parent f4d4d29b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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++ )