Home
last modified time | relevance | path

Searched refs:num_lf_bands (Results 1 – 4 of 4) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_freq_sca.c569 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()
[all …]
Dixheaacd_env_extr_part.h40 WORD16 num_lf_bands; member
Dixheaacd_sbrdec_lpfuncs.c105 WORD16 *num_lf_bands = &ptr_header_data->pstr_freq_band_data->num_lf_bands; in ixheaacd_derive_lim_band_tbl() local
186 *num_lf_bands = nr_lim; in ixheaacd_derive_lim_band_tbl()
Dixheaacd_env_calc.c236 for (c = 0; c < pstr_freq_band_data->num_lf_bands; c++) { in ixheaacd_noiselimiting()