HomeSort by relevance Sort by last modified time
    Searched refs:ptr_nrg_gain_mant (Results 1 - 2 of 2) sorted by null

  /external/libxaac/decoder/
ixheaacd_env_calc.c 140 WORD16 *ptr_nrg_gain_mant = &nrg_gain[2 * start_grp]; local
153 tmp_gain_mant = *ptr_nrg_gain_mant;
154 tmp_gain_exp = *(ptr_nrg_gain_mant + 1);
174 *ptr_nrg_gain_mant++ = tmp_gain_mant;
175 *ptr_nrg_gain_mant++ = tmp_gain_exp;
211 WORD16 *ptr_nrg_gain_mant = &nrg_gain[2 * start_grp]; local
215 temp1 = *ptr_nrg_gain_mant;
216 temp2 = *(ptr_nrg_gain_mant + 1);
219 *ptr_nrg_gain_mant++ = temp1;
220 *ptr_nrg_gain_mant++ = temp2
    [all...]
ixheaacd_env_calc.h 178 FLAG noise_absc_flag, WORD16 *ptr_nrg_gain_mant,

Completed in 715 milliseconds