Home
last modified time | relevance | path

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

/external/tremor/Tremor/
Dframing.c494 static ogg_uint32_t crc_lookup[256]={ variable
638 crc_reg=(crc_reg<<8)^crc_lookup[((crc_reg >> 24)&0xff)^data[j]]; in _checksum()