HomeSort by relevance Sort by last modified time
    Searched refs:ERROR_POS (Results 1 - 2 of 2) sorted by null

  /external/libxaac/decoder/
ixheaacd_huff_code_reorder.c 126 ptr_hcr_info->str_dec_io.err_log |= (ERROR_POS << 31);
129 ptr_hcr_info->str_dec_io.err_log |= (ERROR_POS << 30);
132 ptr_hcr_info->str_dec_io.err_log |= (ERROR_POS << 29);
241 *error_word |= (ERROR_POS << 4);
244 *error_word |= (ERROR_POS << 5);
252 *error_word |= (ERROR_POS << 8);
352 ptr_hcr_info->str_dec_io.err_log |= (ERROR_POS << 7);
375 ptr_hcr_info->str_dec_io.err_log |= (ERROR_POS << 6);
383 ptr_hcr_info->str_dec_io.err_log |= (ERROR_POS << 2);
389 ptr_hcr_info->str_dec_io.err_log |= (ERROR_POS << 3)
    [all...]
ixheaacd_channelinfo.h 184 #define ERROR_POS 0x00000001

Completed in 140 milliseconds