Searched refs:num_mf_bands (Results 1 – 3 of 3) sorted by relevance
299 WORD16 num_mf_bands; in ixheaacd_calc_master_frq_bnd_tbl() local371 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() local570 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()
259 WORD16 num_mf_bands, in ixheaacd_find_closest_entry() argument265 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() local339 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() local977 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 …]
36 WORD16 num_mf_bands; member