Commit 11f6cf5e authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Similar changes at other location

parent 166ef256
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -2470,7 +2470,11 @@ void decode_mangitude_tcq_fx(
    move16();

    bits_fx = L_deposit_l( 0 );
#ifdef IVAS_ISSUE_1188_EVS_CRASH
    tcq_bits_fx = L_sub( table_logcum_fx[npulses], L_add( table_logcum_fx[nzpos], table_logcum_fx[npulses - ( nzpos - 1 )] ) );
#else
    tcq_bits_fx = L_sub( table_logcum_fx[npulses], L_add( table_logcum_fx[nzpos], table_logcum_fx[npulses - nzpos - 1] ) );
#endif

    IF( EQ_16( nzpos, npulses ) )
    {