Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_freq_sca.c571 WORD16 *f_low_tbl = pstr_freq_band_data->freq_band_table[LOW]; in ixheaacd_derive_hi_lo_freq_bnd_tbls() local
577 *f_low_tbl = *f_high_tbl = *f_master_tbl; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
578 f_low_tbl++; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
583 *f_low_tbl = *f_high_tbl = *f_master_tbl; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
586 f_low_tbl++; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
595 *f_low_tbl = *f_high_tbl = *f_master_tbl; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
598 f_low_tbl++; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
638 WORD16 *f_low_tbl = pstr_freq_band_data->freq_band_table[LOW]; in ixheaacd_derive_noise_freq_bnd_tbl() local
645 *f_noise_tbl = f_low_tbl[0]; in ixheaacd_derive_noise_freq_bnd_tbl()
652 *f_noise_tbl = f_low_tbl[i_k]; in ixheaacd_derive_noise_freq_bnd_tbl()
Dixheaacd_sbrdec_lpfuncs.c107 WORD16 *f_low_tbl = in ixheaacd_derive_lim_band_tbl() local
112 WORD16 sub_band_start = f_low_tbl[0]; in ixheaacd_derive_lim_band_tbl()
113 WORD16 sub_band_end = f_low_tbl[num_low_bnd]; in ixheaacd_derive_lim_band_tbl()
128 lim_table[k] = f_low_tbl[k] - sub_band_start; in ixheaacd_derive_lim_band_tbl()