Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_env_dec.c466 WORD32 noise_floor_exp, tot_nf_bands; in ixheaacd_calc_noise_floor() local
472 noise_floor_exp = in ixheaacd_calc_noise_floor()
476 *ptr_noise_floor++ = (WORD16)(0x4000 + (noise_floor_exp & MASK_FOR_EXP)); in ixheaacd_calc_noise_floor()
480 WORD32 noise_floor_exp, tot_nf_bands; in ixheaacd_calc_noise_floor() local
486 noise_floor_exp = in ixheaacd_calc_noise_floor()
489 *ptr_noise_floor++ = (WORD16)(0x4000 + (noise_floor_exp & MASK_FOR_EXP)); in ixheaacd_calc_noise_floor()
848 WORD16 *ptr_sine_lvl_buf, WORD16 noise_floor_exp, in ixheaacd_adj_timeslot() argument
911 noise_floor_exp, harm_idx); in ixheaacd_adj_timeslot()
918 scale_change, ptr_rand_ph_buf, ptr_sine_lvl_buf, noise_floor_exp, in ixheaacd_adj_timeslot()
Dixheaacd_env_calc.h80 WORD16 *ptr_sine_lvl_buf, WORD16 noise_floor_exp,