Commit 6e37811a authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Fix for 3GPP issue 978: OSBA 192 kbps: Click in Concealment

link #978
parent 916e6860
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2105,7 +2105,7 @@ void con_tcx_ivas_fx(

    /* create aliasing and windowing need for transition to TCX10/5 */
    bufferCopyFx( syn + L_frame, hTcxDec->syn_Overl_TDACFB, shr( L_frame, 1 ), Q_syn, 0, -1, 0 );
    hTcxDec->Q_syn_Overl_TDACFB = add( Q_syn, sub( Q_syn, -1 ) );
    hTcxDec->Q_syn_Overl_TDACFB = add( Q_syn, -1 );
    move16();

    FOR( i = 0; i < W12; i++ )