Lines Matching refs:num_lf_bands
569 WORD16 num_lf_bands, num_hf_bands; in ixheaacd_derive_hi_lo_freq_bnd_tbls() local
595 num_lf_bands = ((num_hf_bands + 1) >> 1); in ixheaacd_derive_hi_lo_freq_bnd_tbls()
597 pstr_freq_band_data->num_sf_bands[LOW] = num_lf_bands; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
607 WORD32 num_lf_bands = pstr_freq_band_data->num_sf_bands[LOW]; in ixheaacd_derive_noise_freq_bnd_tbl() local
637 num = num_lf_bands; in ixheaacd_derive_noise_freq_bnd_tbl()
649 num = num_lf_bands - i_k; in ixheaacd_derive_noise_freq_bnd_tbl()
660 WORD16 num_lf_bands, num_hf_bands, lsb, usb; in ixheaacd_calc_frq_bnd_tbls() local
674 num_lf_bands = pstr_freq_band_data->num_sf_bands[LOW]; in ixheaacd_calc_frq_bnd_tbls()
677 if ((num_lf_bands <= 0) || in ixheaacd_calc_frq_bnd_tbls()
678 (num_lf_bands > ixheaacd_shr16(MAX_FREQ_COEFFS, 1))) { 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()