Searched refs:crc16_table (Results 1 – 1 of 1) sorted by relevance
117 static const guint16 crc16_table[256] = { variable158 crc = ((crc << 8) ^ crc16_table[(crc >> 8) ^ *data]) & 0xffff; in gst_flac_calculate_crc16()