Loading lib_dec/swb_tbe_dec_fx.c +5 −1 Original line number Diff line number Diff line Loading @@ -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]); Loading Loading
lib_dec/swb_tbe_dec_fx.c +5 −1 Original line number Diff line number Diff line Loading @@ -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]); Loading