Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_env_calc.c144 WORD32 tmp_e, tmp_gain_exp; in ixheaacd_alias_reduction() local
154 tmp_gain_exp = *(ptr_nrg_gain_mant + 1); in ixheaacd_alias_reduction()
161 exp_diff = (grp_gain_exp - tmp_gain_exp); in ixheaacd_alias_reduction()
164 tmp_gain_exp = grp_gain_exp; in ixheaacd_alias_reduction()
175 *ptr_nrg_gain_mant++ = tmp_gain_exp; in ixheaacd_alias_reduction()
178 tmp_e = (tmp_gain_exp + (nrg_est[2 * k + 1]) + 1); in ixheaacd_alias_reduction()