Searched refs:num_lf_bands (Results 1 – 4 of 4) sorted by relevance
569 WORD16 num_lf_bands, num_hf_bands; in ixheaacd_derive_hi_lo_freq_bnd_tbls() local595 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() local637 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() local674 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()[all …]
40 WORD16 num_lf_bands; member
105 WORD16 *num_lf_bands = &ptr_header_data->pstr_freq_band_data->num_lf_bands; in ixheaacd_derive_lim_band_tbl() local186 *num_lf_bands = nr_lim; in ixheaacd_derive_lim_band_tbl()
236 for (c = 0; c < pstr_freq_band_data->num_lf_bands; c++) { in ixheaacd_noiselimiting()