Searched refs:freq_band_table (Results 1 – 8 of 8) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_freq_sca.c | 566 WORD16 *f_low_tbl = pstr_freq_band_data->freq_band_table[LOW]; in ixheaacd_derive_hi_lo_freq_bnd_tbls() 567 WORD16 *f_high_tbl = pstr_freq_band_data->freq_band_table[HIGH]; in ixheaacd_derive_hi_lo_freq_bnd_tbls() 609 k2 = pstr_freq_band_data->freq_band_table[HIGH][num_hf_bands]; in ixheaacd_derive_noise_freq_bnd_tbl() 610 kx = pstr_freq_band_data->freq_band_table[HIGH][0]; in ixheaacd_derive_noise_freq_bnd_tbl() 634 WORD16 *f_low_tbl = pstr_freq_band_data->freq_band_table[LOW]; in ixheaacd_derive_noise_freq_bnd_tbl() 682 lsb = pstr_freq_band_data->freq_band_table[LOW][0]; in ixheaacd_calc_frq_bnd_tbls() 683 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 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() 220 li = freq_band_table[p_frame_info->freq_res[i]][j]; in ixheaacd_sbr_env_calc() 221 ui = freq_band_table[p_frame_info->freq_res[i]][j + 1]; in ixheaacd_sbr_env_calc() 269 li = freq_band_table[frame_data->str_frame_info_prev in ixheaacd_sbr_env_calc() 271 ui = freq_band_table[frame_data->str_frame_info_prev in ixheaacd_sbr_env_calc() 391 li = freq_band_table[pvc_frame_info->freq_res[i]][j]; in ixheaacd_sbr_env_calc() [all …]
|
D | ixheaacd_env_calc.h | 68 WORD32 num_sf_bands, WORD16 *freq_band_table, 91 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_sbrdec_lpfuncs.c | 107 ptr_header_data->pstr_freq_band_data->freq_band_table[LOW]; in ixheaacd_derive_lim_band_tbl() 506 VOID ixheaacd_map_sineflags(WORD16 *freq_band_table, WORD16 num_sf_bands, in ixheaacd_map_sineflags() argument 515 low_subband_sec = (freq_band_table[0] << 1); in ixheaacd_map_sineflags() 524 li = freq_band_table[i]; in ixheaacd_map_sineflags() 526 ui = freq_band_table[i + 1]; in ixheaacd_map_sineflags()
|
D | ixheaacd_env_calc.c | 601 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() 839 pstr_freq_band_data->freq_band_table[freq_res], start_pos, end_pos, in ixheaacd_calc_sbrenvelope() 1231 WORD32 num_sf_bands, WORD16 *freq_band_table, in ixheaacd_enery_calc_persfb() argument 1256 li = freq_band_table[j]; in ixheaacd_enery_calc_persfb() 1259 ui = freq_band_table[j + 1]; in ixheaacd_enery_calc_persfb()
|
D | ixheaacd_sbrdec_initfuncs.c | 462 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()
|
D | ixheaacd_sbrdecoder.c | 161 ptr_header_data->pstr_freq_band_data->freq_band_table, in ixheaacd_sbr_dec_reset()
|