Searched refs:crc_lookup (Results 1 – 1 of 1) sorted by relevance
494 static ogg_uint32_t crc_lookup[256]={ variable638 crc_reg=(crc_reg<<8)^crc_lookup[((crc_reg >> 24)&0xff)^data[j]]; in _checksum()