Commit ae808853 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

fixed swb_tbe_dec_fx.c

parent a03b069e
Loading
Loading
Loading
Loading
+7219 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -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