Home
last modified time | relevance | path

Searched refs:freq_band_table (Results 1 – 9 of 9) 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()
579 WORD16 *f_high_tbl = pstr_freq_band_data->freq_band_table[HIGH]; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
621 k2 = pstr_freq_band_data->freq_band_table[HIGH][num_hf_bands]; in ixheaacd_derive_noise_freq_bnd_tbl()
622 kx = pstr_freq_band_data->freq_band_table[HIGH][0]; in ixheaacd_derive_noise_freq_bnd_tbl()
645 WORD16 *f_low_tbl = pstr_freq_band_data->freq_band_table[LOW]; in ixheaacd_derive_noise_freq_bnd_tbl()
692 lsb = pstr_freq_band_data->freq_band_table[LOW][0]; in ixheaacd_calc_frq_bnd_tbls()
693 usb = pstr_freq_band_data->freq_band_table[LOW][num_lf_bands]; in ixheaacd_calc_frq_bnd_tbls()
Dixheaacd_esbr_envcal.c129 WORD16 *freq_band_table[2]; in ixheaacd_sbr_env_calc() local
163 freq_band_table[0] = in ixheaacd_sbr_env_calc()
164 frame_data->pstr_sbr_header->pstr_freq_band_data->freq_band_table[0]; in ixheaacd_sbr_env_calc()
165 freq_band_table[1] = in ixheaacd_sbr_env_calc()
166 frame_data->pstr_sbr_header->pstr_freq_band_data->freq_band_table[1]; in ixheaacd_sbr_env_calc()
240 li = freq_band_table[p_frame_info->freq_res[i]][j]; in ixheaacd_sbr_env_calc()
241 ui = freq_band_table[p_frame_info->freq_res[i]][j + 1]; in ixheaacd_sbr_env_calc()
306 li = freq_band_table[frame_data->str_frame_info_prev in ixheaacd_sbr_env_calc()
308 ui = freq_band_table[frame_data->str_frame_info_prev in ixheaacd_sbr_env_calc()
434 li = freq_band_table[pvc_frame_info->freq_res[i]][j]; in ixheaacd_sbr_env_calc()
[all …]
Dixheaacd_env_calc.h64 WORD32 num_sf_bands, WORD16 *freq_band_table,
87 VOID ixheaacd_map_sineflags(WORD16 *freq_band_table, WORD16 num_sf_bands,
Dixheaacd_env_extr_part.h42 WORD16 *freq_band_table[2]; member
Dixheaacd_env_calc.c619 WORD16 *ptr_freq_band_tbl = pstr_freq_band_data->freq_band_table[freq_res]; in ixheaacd_calc_subband_gains()
760 pstr_freq_band_data->freq_band_table[HIGH], in ixheaacd_calc_sbrenvelope()
879 pstr_freq_band_data->freq_band_table[freq_res], start_pos, end_pos, in ixheaacd_calc_sbrenvelope()
884 if (pstr_freq_band_data->freq_band_table[freq_res][0] < pstr_freq_band_data->sub_band_start) { in ixheaacd_calc_sbrenvelope()
885 pstr_freq_band_data->sub_band_start = pstr_freq_band_data->freq_band_table[freq_res][0]; in ixheaacd_calc_sbrenvelope()
1292 WORD32 num_sf_bands, WORD16 *freq_band_table, in ixheaacd_enery_calc_persfb() argument
1317 li = freq_band_table[j]; in ixheaacd_enery_calc_persfb()
1320 ui = freq_band_table[j + 1]; in ixheaacd_enery_calc_persfb()
Dixheaacd_sbrdec_lpfuncs.c112 ptr_header_data->pstr_freq_band_data->freq_band_table[LOW]; in ixheaacd_derive_lim_band_tbl()
519 VOID ixheaacd_map_sineflags(WORD16 *freq_band_table, WORD16 num_sf_bands, in ixheaacd_map_sineflags() argument
528 low_subband_sec = (freq_band_table[0] << 1); in ixheaacd_map_sineflags()
537 li = freq_band_table[i]; in ixheaacd_map_sineflags()
539 ui = freq_band_table[i + 1]; in ixheaacd_map_sineflags()
Dixheaacd_sbrdec_initfuncs.c426 pstr_freq_band_data->freq_band_table[LOW] = in ixheaacd_init_headerdata()
428 pstr_freq_band_data->freq_band_table[HIGH] = in ixheaacd_init_headerdata()
Dixheaacd_sbrdecoder.c181 ptr_header_data->pstr_freq_band_data->freq_band_table, in ixheaacd_sbr_dec_reset()
186 ptr_header_data->pstr_freq_band_data->freq_band_table, in ixheaacd_sbr_dec_reset()
Dixheaacd_hbe_trans.c243 ptr_header_data->pstr_freq_band_data->freq_band_table, in ixheaacd_qmf_hbe_apply()