Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_init_config.c392 ia_usac_decoder_config_struct *pstr_usac_decoder_config, in ixheaacd_decoder_config() argument
399 it_bit_buff, &(pstr_usac_decoder_config->num_elements), 4, 8, 16); in ixheaacd_decoder_config()
400 pstr_usac_decoder_config->num_elements += 1; in ixheaacd_decoder_config()
401 pstr_usac_decoder_config->preroll_flag = 0; in ixheaacd_decoder_config()
403 if (pstr_usac_decoder_config->num_elements > USAC_MAX_ELEMENTS) { in ixheaacd_decoder_config()
405 pstr_usac_decoder_config->num_elements = USAC_MAX_ELEMENTS; in ixheaacd_decoder_config()
412 for (elem_idx = 0; elem_idx < pstr_usac_decoder_config->num_elements; in ixheaacd_decoder_config()
415 &(pstr_usac_decoder_config->str_usac_element_config[elem_idx]); in ixheaacd_decoder_config()
417 pstr_usac_decoder_config->usac_element_type[elem_idx] = in ixheaacd_decoder_config()
420 switch (pstr_usac_decoder_config->usac_element_type[elem_idx]) { in ixheaacd_decoder_config()
[all …]