Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_ld_mps_config.c267 config->bs_HRTF_freq_res = ixheaacd_read_bits_buf(it_bit_buff, 3); in ixheaacd_ld_spatial_specific_config()
271 config->HRTF_num_band = ixheaacd_hrtf_freq_res_table[0][config->bs_HRTF_freq_res]; in ixheaacd_ld_spatial_specific_config()
272 config->HRTF_num_phase = ixheaacd_hrtf_freq_res_table[1][config->bs_HRTF_freq_res]; in ixheaacd_ld_spatial_specific_config()
Dixheaacd_config.h118 UINT32 bs_HRTF_freq_res; member