Home
last modified time | relevance | path

Searched refs:freq_band_table (Results 1 – 8 of 8) 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()
572 WORD16 *f_high_tbl = pstr_freq_band_data->freq_band_table[HIGH]; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
614 k2 = pstr_freq_band_data->freq_band_table[HIGH][num_hf_bands]; in ixheaacd_derive_noise_freq_bnd_tbl()
615 kx = pstr_freq_band_data->freq_band_table[HIGH][0]; in ixheaacd_derive_noise_freq_bnd_tbl()
638 WORD16 *f_low_tbl = pstr_freq_band_data->freq_band_table[LOW]; in ixheaacd_derive_noise_freq_bnd_tbl()
686 lsb = pstr_freq_band_data->freq_band_table[LOW][0]; in ixheaacd_calc_frq_bnd_tbls()
687 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
161 freq_band_table[0] = in ixheaacd_sbr_env_calc()
162 frame_data->pstr_sbr_header->pstr_freq_band_data->freq_band_table[0]; in ixheaacd_sbr_env_calc()
163 freq_band_table[1] = in ixheaacd_sbr_env_calc()
164 frame_data->pstr_sbr_header->pstr_freq_band_data->freq_band_table[1]; in ixheaacd_sbr_env_calc()
222 li = freq_band_table[p_frame_info->freq_res[i]][j]; in ixheaacd_sbr_env_calc()
223 ui = freq_band_table[p_frame_info->freq_res[i]][j + 1]; in ixheaacd_sbr_env_calc()
274 li = freq_band_table[frame_data->str_frame_info_prev in ixheaacd_sbr_env_calc()
276 ui = freq_band_table[frame_data->str_frame_info_prev in ixheaacd_sbr_env_calc()
397 li = freq_band_table[pvc_frame_info->freq_res[i]][j]; in ixheaacd_sbr_env_calc()
[all …]
Dixheaacd_env_calc.h68 WORD32 num_sf_bands, WORD16 *freq_band_table,
91 VOID ixheaacd_map_sineflags(WORD16 *freq_band_table, WORD16 num_sf_bands,
Dixheaacd_env_extr_part.h42 WORD16 *freq_band_table[2]; member
Dixheaacd_sbrdec_lpfuncs.c108 ptr_header_data->pstr_freq_band_data->freq_band_table[LOW]; in ixheaacd_derive_lim_band_tbl()
515 VOID ixheaacd_map_sineflags(WORD16 *freq_band_table, WORD16 num_sf_bands, in ixheaacd_map_sineflags() argument
524 low_subband_sec = (freq_band_table[0] << 1); in ixheaacd_map_sineflags()
533 li = freq_band_table[i]; in ixheaacd_map_sineflags()
535 ui = freq_band_table[i + 1]; in ixheaacd_map_sineflags()
Dixheaacd_env_calc.c601 WORD16 *ptr_freq_band_tbl = pstr_freq_band_data->freq_band_table[freq_res]; in ixheaacd_calc_subband_gains()
738 pstr_freq_band_data->freq_band_table[HIGH], in ixheaacd_calc_sbrenvelope()
843 pstr_freq_band_data->freq_band_table[freq_res], start_pos, end_pos, in ixheaacd_calc_sbrenvelope()
1236 WORD32 num_sf_bands, WORD16 *freq_band_table, in ixheaacd_enery_calc_persfb() argument
1261 li = freq_band_table[j]; in ixheaacd_enery_calc_persfb()
1264 ui = freq_band_table[j + 1]; in ixheaacd_enery_calc_persfb()
Dixheaacd_sbrdec_initfuncs.c462 pstr_freq_band_data->freq_band_table[LOW] = in ixheaacd_init_headerdata()
464 pstr_freq_band_data->freq_band_table[HIGH] = in ixheaacd_init_headerdata()
Dixheaacd_sbrdecoder.c161 ptr_header_data->pstr_freq_band_data->freq_band_table, in ixheaacd_sbr_dec_reset()