Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_env_calc.c140 WORD16 *ptr_nrg_gain_mant = &nrg_gain[2 * start_grp]; in ixheaacd_alias_reduction() local
153 tmp_gain_mant = *ptr_nrg_gain_mant; in ixheaacd_alias_reduction()
154 tmp_gain_exp = *(ptr_nrg_gain_mant + 1); in ixheaacd_alias_reduction()
174 *ptr_nrg_gain_mant++ = tmp_gain_mant; in ixheaacd_alias_reduction()
175 *ptr_nrg_gain_mant++ = tmp_gain_exp; in ixheaacd_alias_reduction()
211 WORD16 *ptr_nrg_gain_mant = &nrg_gain[2 * start_grp]; in ixheaacd_alias_reduction() local
215 temp1 = *ptr_nrg_gain_mant; in ixheaacd_alias_reduction()
216 temp2 = *(ptr_nrg_gain_mant + 1); in ixheaacd_alias_reduction()
219 *ptr_nrg_gain_mant++ = temp1; in ixheaacd_alias_reduction()
220 *ptr_nrg_gain_mant++ = temp2; in ixheaacd_alias_reduction()
[all …]
Dixheaacd_env_calc.h178 FLAG noise_absc_flag, WORD16 *ptr_nrg_gain_mant,