Commit 3c03c136 authored by Arash Azizi's avatar Arash Azizi
Browse files

issue: 2446 changing two remaining instances of con_tcx_fx() to ivas version

parent 7c18cb52
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -570,7 +570,11 @@ void decoder_LPD_fx(
        IF( bfi != 0 && ( st->last_core != ACELP_CORE ) )
        {
            /* PLC: [TCX: TD PLC] */
#ifndef HARMONIZE_2446_CON_TCX_FX
            con_tcx_fx( st, &synthFB[0] );
#else
            con_tcx_ivas_fx(st, &synthFB[0], NULL, 0, NULL, (Word16)1);
#endif
            lerp( synthFB, synth, st->L_frame, hTcxDec->L_frameTCX );
            st->con_tcx = 1;
            move16();