Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:crc8

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