Loading lib_dec/swb_tbe_dec_fx.c +3 −4 Original line number Diff line number Diff line Loading @@ -2731,7 +2731,6 @@ void swb_tbe_dec_fx( #endif L_tmp1 = Mult_32_16( L_shl_sat( 1, sub( 31, exp ) ), temp ); /* Q31-exp */ temp = sub( 32767 /*1.0f Q15*/, temp ); Lscale = L_add( Mult_32_16( Lscale, temp ), L_tmp1 ); Loading lib_com/basop32.h +38 −38 File changed.Contains only whitespace changes. Show changes lib_enc/swb_tbe_enc_fx.c +5 −5 File changed.Contains only whitespace changes. Show changes Loading
lib_dec/swb_tbe_dec_fx.c +3 −4 Original line number Diff line number Diff line Loading @@ -2731,7 +2731,6 @@ void swb_tbe_dec_fx( #endif L_tmp1 = Mult_32_16( L_shl_sat( 1, sub( 31, exp ) ), temp ); /* Q31-exp */ temp = sub( 32767 /*1.0f Q15*/, temp ); Lscale = L_add( Mult_32_16( Lscale, temp ), L_tmp1 ); Loading