Searched refs:FLAC__crc8 (Results 1 – 4 of 4) sorted by relevance
46 FLAC__uint8 FLAC__crc8(const FLAC__byte *data, unsigned len);
125 FLAC__uint8 FLAC__crc8(const FLAC__byte *data, unsigned len) in FLAC__crc8() function
241 *crc = FLAC__crc8(buffer, bytes); in FLAC__bitwriter_get_write_crc8()
2431 if(FLAC__crc8(raw_header, raw_header_len) != crc8) { in read_frame_header_()