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.c366 ia_usac_decoder_config_struct *pstr_usac_decoder_config, in ixheaacd_decoder_config() argument
372 it_bit_buff, &(pstr_usac_decoder_config->num_elements), 4, 8, 16); in ixheaacd_decoder_config()
373 pstr_usac_decoder_config->num_elements += 1; in ixheaacd_decoder_config()
374 pstr_usac_decoder_config->preroll_flag = 0; in ixheaacd_decoder_config()
376 if (pstr_usac_decoder_config->num_elements > USAC_MAX_ELEMENTS) { in ixheaacd_decoder_config()
380 for (elem_idx = 0; elem_idx < pstr_usac_decoder_config->num_elements; in ixheaacd_decoder_config()
383 &(pstr_usac_decoder_config->str_usac_element_config[elem_idx]); in ixheaacd_decoder_config()
385 pstr_usac_decoder_config->usac_element_type[elem_idx] = in ixheaacd_decoder_config()
388 switch (pstr_usac_decoder_config->usac_element_type[elem_idx]) { in ixheaacd_decoder_config()
419 &pstr_usac_decoder_config->usac_ext_ele_payload_buf[elem_idx][0], in ixheaacd_decoder_config()
[all …]