Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/ext/flac/
Dgstflacdec.c322 static const guint8 crc8_table[256] = { variable
363 crc = crc8_table[crc ^ *data]; in gst_flac_calculate_crc8()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstflacparse.c68 static const guint8 crc8_table[256] = { variable
109 crc = crc8_table[crc ^ *data]; in gst_flac_calculate_crc8()