Home
last modified time | relevance | path

Searched refs:nrg_mod_mant (Results 1 – 1 of 1) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_env_calc.c127 WORD32 nrg_mod_mant; in ixheaacd_alias_reduction() local
137 nrg_mod_mant = 0; in ixheaacd_alias_reduction()
184 nrg_mod_mant = tmp_mant + (ixheaacd_shr32(nrg_mod_mant, exp_diff)); in ixheaacd_alias_reduction()
188 nrg_mod_mant = (ixheaacd_shr32(tmp_mant, exp_diff)) + nrg_mod_mant; in ixheaacd_alias_reduction()
196 norm_val = 16 - ixheaacd_pnorm32(nrg_mod_mant); in ixheaacd_alias_reduction()
198 nrg_mod_mant >>= norm_val; in ixheaacd_alias_reduction()
203 nrgMod_m = (WORD16)nrg_mod_mant; in ixheaacd_alias_reduction()