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

Undo wrong change to Q_old_wtda_LB.

parent 44eb132d
Loading
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -1061,10 +1061,7 @@ void con_acelp_fx(
        move16();
    }
    set16_fx( &hHQ_core->old_out_LB_fx[( W1 + n )], 0, n );
#ifdef FIX_1348_BIT_PRECISION_IMPROVEMENT
    hHQ_core->Q_old_wtda_LB = st->Q_syn;
    move16();
#else
#ifndef FIX_1348_BIT_PRECISION_IMPROVEMENT
    hHQ_core->Q_old_wtda = hHQ_core->Q_old_wtda_LB;
    move16();
#endif