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