Commit 9d4e2a2e authored by Mohammadreza Naghibzadeh's avatar Mohammadreza Naghibzadeh
Browse files

Fixed an error in the transition from MDCT to ACELP

parent 2ce04dd6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1264,6 +1264,9 @@ void ivas_mdct_core_reconstruct_fx(
            move16();
            st->hHQ_core->Q_old_wtda_LB = st->Q_syn;
            move16();
#ifdef FIX_1348_BIT_PRECISION_IMPROVEMENT
            Scale_sig( st->mem_syn2_fx, M, -1 );    // -1 should be calculated from q_win.
#endif
        }
        ELSE /*ACELP core for ACELP-PLC */
        {