Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_env_calc.c143 WORD32 tmp_mant, tmp_gain_mant, gain_m; in ixheaacd_alias_reduction() local
153 tmp_gain_mant = *ptr_nrg_gain_mant; in ixheaacd_alias_reduction()
159 tmp_gain_mant = (one_minus_alpha * tmp_gain_mant) >> 15; in ixheaacd_alias_reduction()
165 tmp_gain_mant = ixheaacd_shr32(tmp_gain_mant, exp_diff); in ixheaacd_alias_reduction()
167 tmp_gain_mant = (gain_m >> 15) + tmp_gain_mant; in ixheaacd_alias_reduction()
170 tmp_gain_mant = in ixheaacd_alias_reduction()
171 (ixheaacd_shr32(gain_m, (15 - exp_diff))) + tmp_gain_mant; in ixheaacd_alias_reduction()
174 *ptr_nrg_gain_mant++ = tmp_gain_mant; in ixheaacd_alias_reduction()
177 tmp_mant = (tmp_gain_mant * (nrg_est[2 * k])) >> 16; in ixheaacd_alias_reduction()