Home | History | Annotate | Download | only in libFLAC

Lines Matching full:crc8

2151 	FLAC__byte crc8, raw_header[16]; /* MAGIC NUMBER based on the maximum frame header size, including CRC */
2413 crc8 = (FLAC__byte)x;
2415 if(FLAC__crc8(raw_header, raw_header_len) != crc8) {