Commit 14807b04 authored by vaillancour's avatar vaillancour
Browse files

more fixes for hi-level content

parent f7dbc320
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -2888,7 +2888,11 @@ void swb_tbe_dec_fx(
                }

                expb = norm_l(L_tmp);
#ifdef BASOP_NOGLOB
                fracb = round_fx_sat( L_shl_sat( L_tmp, expb ) );
#else
                fracb = round_fx( L_shl( L_tmp, expb ) );
#endif
                expb = 30-expb; /* - (2*Q_bwe_exc_ext);                    */

                expa = norm_l(ener_tmp[i]);