Home
last modified time | relevance | path

Searched refs:num_mf_bands (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_freq_sca.c306 WORD16 num_mf_bands; in ixheaacd_calc_master_frq_bnd_tbl() local
381 num_mf_bands = num_bands; in ixheaacd_calc_master_frq_bnd_tbl()
457 num_mf_bands = add_d(num_bands0, num_bands1); in ixheaacd_calc_master_frq_bnd_tbl()
486 num_mf_bands = num_bands0; in ixheaacd_calc_master_frq_bnd_tbl()
489 if (num_mf_bands < 1) { in ixheaacd_calc_master_frq_bnd_tbl()
492 pstr_freq_band_data->num_mf_bands = num_mf_bands; in ixheaacd_calc_master_frq_bnd_tbl()
573 WORD16 num_mf_bands = pstr_freq_band_data->num_mf_bands; in ixheaacd_derive_hi_lo_freq_bnd_tbls() local
575 num_hf_bands = num_mf_bands - xover_band; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
672 (ptr_header_data->xover_band > pstr_freq_band_data->num_mf_bands)) { in ixheaacd_calc_frq_bnd_tbls()
Dixheaacd_sbrdec_lpfuncs.c260 WORD16 num_mf_bands, in ixheaacd_find_closest_entry() argument
266 if (goal_sb >= f_master_tbl[num_mf_bands]) return f_master_tbl[num_mf_bands]; in ixheaacd_find_closest_entry()
274 index = num_mf_bands; in ixheaacd_find_closest_entry()
298 WORD16 num_mf_bands = ptr_header_data->pstr_freq_band_data->num_mf_bands; in ixheaacd_reset_hf_generator() local
340 goal_sb = ixheaacd_find_closest_entry(goal_sb, f_master_tbl, num_mf_bands, 1); in ixheaacd_reset_hf_generator()
374 sb + num_bands_in_patch, f_master_tbl, num_mf_bands, 0); in ixheaacd_reset_hf_generator()
976 WORD32 num_mf_bands = ptr_header_data->pstr_freq_band_data->num_mf_bands; in ixheaacd_generate_hf() local
986 WORD32 usb = f_master_tbl[num_mf_bands]; in ixheaacd_generate_hf()
1077 if (goal_sb < f_master_tbl[num_mf_bands]) { in ixheaacd_generate_hf()
1082 goal_sb = f_master_tbl[num_mf_bands]; in ixheaacd_generate_hf()
[all …]
Dixheaacd_env_extr_part.h36 WORD16 num_mf_bands; member