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.c367 ia_usac_decoder_config_struct *pstr_usac_decoder_config, in ixheaacd_decoder_config() argument
373 it_bit_buff, &(pstr_usac_decoder_config->num_elements), 4, 8, 16); in ixheaacd_decoder_config()
374 pstr_usac_decoder_config->num_elements += 1; in ixheaacd_decoder_config()
375 pstr_usac_decoder_config->preroll_flag = 0; in ixheaacd_decoder_config()
377 if (pstr_usac_decoder_config->num_elements > USAC_MAX_ELEMENTS) { in ixheaacd_decoder_config()
381 for (elem_idx = 0; elem_idx < pstr_usac_decoder_config->num_elements; in ixheaacd_decoder_config()
384 &(pstr_usac_decoder_config->str_usac_element_config[elem_idx]); in ixheaacd_decoder_config()
386 pstr_usac_decoder_config->usac_element_type[elem_idx] = in ixheaacd_decoder_config()
389 switch (pstr_usac_decoder_config->usac_element_type[elem_idx]) { in ixheaacd_decoder_config()
420 &pstr_usac_decoder_config->usac_ext_ele_payload_buf[elem_idx][0], in ixheaacd_decoder_config()
[all …]