Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstflacparse.c117 static const guint16 crc16_table[256] = { variable
158 crc = ((crc << 8) ^ crc16_table[(crc >> 8) ^ *data]) & 0xffff; in gst_flac_calculate_crc16()