Commit 6ae2d524 authored by Manuel Jander's avatar Manuel Jander
Browse files

Change q_win values from -2 to Q15 for the case that a channel is skipped to...

Change q_win values from -2 to Q15 for the case that a channel is skipped to avoid less precision in other channel of a CPE.
parent a5e37052
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1256,9 +1256,9 @@ void ivas_mdct_core_reconstruct_fx(
                ELSE
                {
#ifdef FIX_1348_BIT_PRECISION_IMPROVEMENT_QWIN
                    q_win = -2;
                    q_win = Q15;
                    move16();
                    q_winFB = -2;
                    q_winFB = Q15;
                    move16();
#endif
                    set16_fx( &synth_fx[k * L_frame[ch]], 0, L_frame[ch] );