Commit e99b8c5f authored by Sandesh Venkatesh's avatar Sandesh Venkatesh Committed by Manuel Jander
Browse files

Fix for 3GPP issue 1140: Missing conversion of some flt. pt. functions in the BASOP code

Link #1140
parent 2beddfee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3809,7 +3809,7 @@ void decoder_tcx_invQ_fx(
                FOR( i = 0; i < noiseFillingSize; ++i )
                {
                    tmp32 = L_shr( x[i], sub( 31, *x_e ) );
                    *nf_seed = add_o( *nf_seed, extract_l( L_shl( i_mult( (Word16) L_abs( tmp32 ), i ), 1 ) ), &Overflow ); // abs( tmp32 ) * i * 2
                    *nf_seed = add_o( *nf_seed, shl( i_mult( (Word16) L_abs( tmp32 ), i ), 1 ), &Overflow ); // abs( tmp32 ) * i * 2
                    move16();
                }
            }