Loading lib_dec/dec_uv_fx.c +4 −0 Original line number Diff line number Diff line Loading @@ -363,7 +363,11 @@ static void gain_dec_gacelp_uv_fx( *past_gcode = L_shl( L_tmp1, sub( exp_L_tmp1, 15 ) ); /* Q16 */ move32(); #ifdef BASOP_NOGLOB *gain_code = L_shl_sat( Mpy_32_16_1( *past_gcode, *gain_inov ), 3 ); #else *gain_code = L_shl( Mpy_32_16_1( *past_gcode, *gain_inov ), 3 ); #endif move32(); Loading Loading
lib_dec/dec_uv_fx.c +4 −0 Original line number Diff line number Diff line Loading @@ -363,7 +363,11 @@ static void gain_dec_gacelp_uv_fx( *past_gcode = L_shl( L_tmp1, sub( exp_L_tmp1, 15 ) ); /* Q16 */ move32(); #ifdef BASOP_NOGLOB *gain_code = L_shl_sat( Mpy_32_16_1( *past_gcode, *gain_inov ), 3 ); #else *gain_code = L_shl( Mpy_32_16_1( *past_gcode, *gain_inov ), 3 ); #endif move32(); Loading