Lines Matching refs:num_lf_bands
564 WORD16 num_lf_bands, num_hf_bands; in ixheaacd_derive_hi_lo_freq_bnd_tbls() local
590 num_lf_bands = ((num_hf_bands + 1) >> 1); in ixheaacd_derive_hi_lo_freq_bnd_tbls()
592 pstr_freq_band_data->num_sf_bands[LOW] = num_lf_bands; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
602 WORD32 num_lf_bands = pstr_freq_band_data->num_sf_bands[LOW]; in ixheaacd_derive_noise_freq_bnd_tbl() local
631 num = num_lf_bands; in ixheaacd_derive_noise_freq_bnd_tbl()
643 num = num_lf_bands - i_k; in ixheaacd_derive_noise_freq_bnd_tbl()
654 WORD16 num_lf_bands, num_hf_bands, lsb, usb; in ixheaacd_calc_frq_bnd_tbls() local
668 num_lf_bands = pstr_freq_band_data->num_sf_bands[LOW]; in ixheaacd_calc_frq_bnd_tbls()
671 if ((num_lf_bands <= 0) || in ixheaacd_calc_frq_bnd_tbls()
672 (num_lf_bands > ixheaacd_shr16(MAX_FREQ_COEFFS, 1))) { in ixheaacd_calc_frq_bnd_tbls()
677 usb = pstr_freq_band_data->freq_band_table[LOW][num_lf_bands]; in ixheaacd_calc_frq_bnd_tbls()