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.c578 WORD16 *f_low_tbl = pstr_freq_band_data->freq_band_table[LOW]; in ixheaacd_derive_hi_lo_freq_bnd_tbls() local
584 *f_low_tbl = *f_high_tbl = *f_master_tbl; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
585 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()
602 *f_low_tbl = *f_high_tbl = *f_master_tbl; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
605 f_low_tbl++; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
645 WORD16 *f_low_tbl = pstr_freq_band_data->freq_band_table[LOW]; in ixheaacd_derive_noise_freq_bnd_tbl() local
652 *f_noise_tbl = f_low_tbl[0]; in ixheaacd_derive_noise_freq_bnd_tbl()
659 *f_noise_tbl = f_low_tbl[i_k]; in ixheaacd_derive_noise_freq_bnd_tbl()
Dixheaacd_sbrdec_lpfuncs.c111 WORD16 *f_low_tbl = in ixheaacd_derive_lim_band_tbl() local
116 WORD16 sub_band_start = f_low_tbl[0]; in ixheaacd_derive_lim_band_tbl()
117 WORD16 sub_band_end = f_low_tbl[num_low_bnd]; in ixheaacd_derive_lim_band_tbl()
132 lim_table[k] = f_low_tbl[k] - sub_band_start; in ixheaacd_derive_lim_band_tbl()