Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_aacpluscheck.c189 WORD32 anc_type, anc_start, i, len = 0; in ixheaacd_check_for_sbr_payload() local
190 anc_type = ixheaacd_read_bits_buf(it_bit_buff, 2); in ixheaacd_check_for_sbr_payload()
191 *mps_header = anc_type; in ixheaacd_check_for_sbr_payload()
199 if (anc_type == 1 && is_init == 0 && *is_first == 1) { in ixheaacd_check_for_sbr_payload()
210 if (anc_type == 1 && is_init == 0 && *is_first == 1) { in ixheaacd_check_for_sbr_payload()
Dixheaacd_common_lpfuncs.c254 WORD32 anc_type, i; in ixheaacd_read_fill_element() local
255 anc_type = ixheaacd_read_bits_buf(it_bit_buff, 2); in ixheaacd_read_fill_element()
256 *mps_header = anc_type; in ixheaacd_read_fill_element()