Commit 621bd862 authored by Mohammadreza Naghibzadeh's avatar Mohammadreza Naghibzadeh
Browse files

Disabled temp. workaround for input of con_tcx_ivas_fx()

parent 075d0b67
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1394,8 +1394,8 @@ void ivas_mdct_core_reconstruct_fx(
            Copy_Scale_sig( st->hTcxDec->old_synthFB_fx, synth_bufFB_fx, st->hTcxDec->old_synth_lenFB, sub( st->hTcxDec->q_old_synth, st->Q_syn ) ); // Q = st->hTcxDec->q_old_synth

            // Temporary workaround: con_tcx_ivas_fx() should be analyzed for potential issues.
            Scale_sig( synth_bufFB_fx, st->hTcxDec->old_synth_lenFB, -2 );
            Scale_sig( synth_bufFB_fx, st->hTcxDec->old_synth_lenFB, +2 );
            //Scale_sig( synth_bufFB_fx, st->hTcxDec->old_synth_lenFB, -2 );
            //Scale_sig( synth_bufFB_fx, st->hTcxDec->old_synth_lenFB, +2 );
            ///////////////////////////////////////////////////////////////////////////////////
#endif
            assert( EQ_16( st->bfi, 1 ) );