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.c299 WORD16 num_mf_bands; in ixheaacd_calc_master_frq_bnd_tbl() local
371 num_mf_bands = num_bands; in ixheaacd_calc_master_frq_bnd_tbl()
452 num_mf_bands = add_d(num_bands0, num_bands1); in ixheaacd_calc_master_frq_bnd_tbl()
481 num_mf_bands = num_bands0; in ixheaacd_calc_master_frq_bnd_tbl()
484 if (num_mf_bands < 1) { in ixheaacd_calc_master_frq_bnd_tbl()
487 pstr_freq_band_data->num_mf_bands = num_mf_bands; in ixheaacd_calc_master_frq_bnd_tbl()
568 WORD16 num_mf_bands = pstr_freq_band_data->num_mf_bands; in ixheaacd_derive_hi_lo_freq_bnd_tbls() local
570 num_hf_bands = num_mf_bands - xover_band; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
668 (ptr_header_data->xover_band > pstr_freq_band_data->num_mf_bands)) { in ixheaacd_calc_frq_bnd_tbls()
Dixheaacd_sbrdec_lpfuncs.c259 WORD16 num_mf_bands, in ixheaacd_find_closest_entry() argument
265 if (goal_sb >= f_master_tbl[num_mf_bands]) return f_master_tbl[num_mf_bands]; in ixheaacd_find_closest_entry()
273 index = num_mf_bands; in ixheaacd_find_closest_entry()
297 WORD16 num_mf_bands = ptr_header_data->pstr_freq_band_data->num_mf_bands; in ixheaacd_reset_hf_generator() local
339 goal_sb = ixheaacd_find_closest_entry(goal_sb, f_master_tbl, num_mf_bands, 1); in ixheaacd_reset_hf_generator()
370 sb + num_bands_in_patch, f_master_tbl, num_mf_bands, 0); in ixheaacd_reset_hf_generator()
967 WORD32 num_mf_bands = ptr_header_data->pstr_freq_band_data->num_mf_bands; in ixheaacd_generate_hf() local
977 WORD32 usb = f_master_tbl[num_mf_bands]; in ixheaacd_generate_hf()
1068 if (goal_sb < f_master_tbl[num_mf_bands]) { in ixheaacd_generate_hf()
1073 goal_sb = f_master_tbl[num_mf_bands]; in ixheaacd_generate_hf()
[all …]
Dixheaacd_env_extr_part.h36 WORD16 num_mf_bands; member