Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_freq_sca.c581 WORD16 num_lf_bands, num_hf_bands; in ixheaacd_derive_hi_lo_freq_bnd_tbls() local
582 num_hf_bands = num_mf_bands - xover_band; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
589 if ((num_hf_bands & 1)) { in ixheaacd_derive_hi_lo_freq_bnd_tbls()
596 for (; k <= num_hf_bands; k++) { in ixheaacd_derive_hi_lo_freq_bnd_tbls()
607 num_lf_bands = ((num_hf_bands + 1) >> 1); in ixheaacd_derive_hi_lo_freq_bnd_tbls()
610 pstr_freq_band_data->num_sf_bands[HIGH] = num_hf_bands; in ixheaacd_derive_hi_lo_freq_bnd_tbls()
620 WORD32 num_hf_bands = pstr_freq_band_data->num_sf_bands[HIGH]; in ixheaacd_derive_noise_freq_bnd_tbl() local
621 k2 = pstr_freq_band_data->freq_band_table[HIGH][num_hf_bands]; in ixheaacd_derive_noise_freq_bnd_tbl()