Home
last modified time | relevance | path

Searched refs:crc_lookup (Results 1 – 5 of 5) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_adts_crc_check.c73 ptr_adts_crc_info->crc_lookup[i] = val; in ixheaacd_adts_crc_open()
136 (*crc_reg << 8) ^ ptr_adts_crc_info->crc_lookup[(*crc_reg >> 8) ^ feed]; in ixheaacd_adts_crc_fast_crc()
Dixheaacd_bitbuffer.h57 UWORD16 crc_lookup[256]; member
/external/tremolo/Tremolo/
Ddpen.s46 .extern crc_lookup
47 .hidden crc_lookup
496 .WORD crc_lookup-.Lcrc_lookup
Dframing.c514 ogg_uint32_t crc_lookup[256]={ variable
675 crc_reg=(crc_reg<<8)^crc_lookup[((crc_reg >> 24)&0xff)^data[j]]; in _checksum()
/external/libogg/src/
Dframing.c120 static const ogg_uint32_t crc_lookup[256]={ variable
292 crc_reg=(crc_reg<<8)^crc_lookup[((crc_reg >> 24)&0xff)^og->header[i]]; in ogg_page_checksum_set()
294 crc_reg=(crc_reg<<8)^crc_lookup[((crc_reg >> 24)&0xff)^og->body[i]]; in ogg_page_checksum_set()