Loading Workspace_msvc/enc_temp_folder/4a654a4cdb98376de39360fe4460d536/swb_tbe_dec_fx.c 0 → 100644 +7219 −0 File added.Preview size limit exceeded, changes collapsed. Show changes lib_dec/swb_tbe_dec_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -1177,7 +1177,7 @@ void ivas_wb_tbe_dec_fx( L_tmp = Mult_32_16( Lacc, 102 ); /* Q22 */ exp = norm_l( L_tmp ); #ifdef ISSUE_1866_replace_overflow_libdec tmp = round_fx( L_shl( L_tmp, exp ) ); tmp = round_fx_sat( L_shl( L_tmp, exp ) ); #else tmp = round_fx_o( L_shl_o( L_tmp, exp, &Overflow ), &Overflow ); #endif Loading Loading
Workspace_msvc/enc_temp_folder/4a654a4cdb98376de39360fe4460d536/swb_tbe_dec_fx.c 0 → 100644 +7219 −0 File added.Preview size limit exceeded, changes collapsed. Show changes
lib_dec/swb_tbe_dec_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -1177,7 +1177,7 @@ void ivas_wb_tbe_dec_fx( L_tmp = Mult_32_16( Lacc, 102 ); /* Q22 */ exp = norm_l( L_tmp ); #ifdef ISSUE_1866_replace_overflow_libdec tmp = round_fx( L_shl( L_tmp, exp ) ); tmp = round_fx_sat( L_shl( L_tmp, exp ) ); #else tmp = round_fx_o( L_shl_o( L_tmp, exp, &Overflow ), &Overflow ); #endif Loading