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.c566 WORD16 *f_low_tbl = pstr_freq_band_data->freq_band_table[LOW]; in ixheaacd_derive_hi_lo_freq_bnd_tbls() local
572 *f_low_tbl = *f_high_tbl = *f_master_tbl; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
573 f_low_tbl++; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
578 *f_low_tbl = *f_high_tbl = *f_master_tbl; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
581 f_low_tbl++; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
590 *f_low_tbl = *f_high_tbl = *f_master_tbl; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
593 f_low_tbl++; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
634 WORD16 *f_low_tbl = pstr_freq_band_data->freq_band_table[LOW]; in ixheaacd_derive_noise_freq_bnd_tbl() local
641 *f_noise_tbl = f_low_tbl[0]; in ixheaacd_derive_noise_freq_bnd_tbl()
648 *f_noise_tbl = f_low_tbl[i_k]; in ixheaacd_derive_noise_freq_bnd_tbl()
Dixheaacd_sbrdec_lpfuncs.c106 WORD16 *f_low_tbl = in ixheaacd_derive_lim_band_tbl() local
111 WORD16 sub_band_start = f_low_tbl[0]; in ixheaacd_derive_lim_band_tbl()
112 WORD16 sub_band_end = f_low_tbl[num_low_bnd]; in ixheaacd_derive_lim_band_tbl()
127 lim_table[k] = f_low_tbl[k] - sub_band_start; in ixheaacd_derive_lim_band_tbl()