Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_huff_code_reorder.c126 ptr_hcr_info->str_dec_io.err_log |= (ERROR_POS << 31); in ixheaacd_err_detect_pcw_segment()
129 ptr_hcr_info->str_dec_io.err_log |= (ERROR_POS << 30); in ixheaacd_err_detect_pcw_segment()
132 ptr_hcr_info->str_dec_io.err_log |= (ERROR_POS << 29); in ixheaacd_err_detect_pcw_segment()
241 *error_word |= (ERROR_POS << 4); in ixheaacd_validate_hcr_sideinfo()
244 *error_word |= (ERROR_POS << 5); in ixheaacd_validate_hcr_sideinfo()
252 *error_word |= (ERROR_POS << 8); in ixheaacd_validate_hcr_lengths()
352 ptr_hcr_info->str_dec_io.err_log |= (ERROR_POS << 7); in ixheaacd_huff_code_reorder_init()
375 ptr_hcr_info->str_dec_io.err_log |= (ERROR_POS << 6); in ixheaacd_huff_code_reorder_init()
383 ptr_hcr_info->str_dec_io.err_log |= (ERROR_POS << 2); in ixheaacd_huff_code_reorder_init()
389 ptr_hcr_info->str_dec_io.err_log |= (ERROR_POS << 3); in ixheaacd_huff_code_reorder_init()
[all …]
Dixheaacd_channelinfo.h184 #define ERROR_POS 0x00000001 macro