Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_env_calc.c279 WORD16 t_gain_exp = *(ptr_nrg_gain + 1); in ixheaacd_noiselimiting() local
281 if (((t_gain_exp > max_gain_exp)) || in ixheaacd_noiselimiting()
282 ((t_gain_exp == max_gain_exp) && (t_gain_mant > max_gain_mant))) { in ixheaacd_noiselimiting()
286 noise_amp_exp += (max_gain_exp - t_gain_exp) + 1; in ixheaacd_noiselimiting()