Commit dd254784 authored by Manuel Jander's avatar Manuel Jander
Browse files

Remove asignment of Q value that leads to wrong old EXC and subsequently wrong BWE_TD EXC signals.

parent 3a457486
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -604,8 +604,10 @@ ivas_error ivas_core_dec_fx(

            stereo_tcx_core_dec_fx( st, frameMode[n], output_16_fx[n], synth_16_fx[n], pitch_buf_fx[n], sba_dirac_stereo_flag, hStereoTD, last_element_mode, flag_sec_CNA, hStereoCng, nchan_out, ivas_format );

#ifndef FIX_1348_BIT_PRECISION_IMPROVEMENT_QWIN
            st->hHQ_core->Q_old_wtda_LB = st->hHQ_core->Q_old_wtda;
            move16();
#endif
            Copy_Scale_sig_16_32_DEPREC( output_16_fx[n], output_32_fx[n], output_frame, Q11 ); // Q11

            IF( st->hTcxDec )