Searched refs:freq_band_table (Results 1 – 9 of 9) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_freq_sca.c | 578 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()
|
D | ixheaacd_esbr_envcal.c | 129 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 …]
|
D | ixheaacd_env_calc.h | 64 WORD32 num_sf_bands, WORD16 *freq_band_table, 87 VOID ixheaacd_map_sineflags(WORD16 *freq_band_table, WORD16 num_sf_bands,
|
D | ixheaacd_env_extr_part.h | 42 WORD16 *freq_band_table[2]; member
|
D | ixheaacd_env_calc.c | 619 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()
|
D | ixheaacd_sbrdec_lpfuncs.c | 112 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()
|
D | ixheaacd_sbrdec_initfuncs.c | 426 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()
|
D | ixheaacd_sbrdecoder.c | 181 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()
|
D | ixheaacd_hbe_trans.c | 243 ptr_header_data->pstr_freq_band_data->freq_band_table, in ixheaacd_qmf_hbe_apply()
|