Commit 587dcf8e authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch '3gpp_issue_978_fix' into 'main'

Fix for 3GPP issue 978: OSBA 192 kbps: Click in Concealment [allow regression]

See merge request !763
parents ae4a3e46 6e37811a
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++ )