Searched refs:noise_floor_exp (Results 1 – 2 of 2) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_env_dec.c | 466 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()
|
D | ixheaacd_env_calc.h | 80 WORD16 *ptr_sine_lvl_buf, WORD16 noise_floor_exp,
|