Searched refs:FLAC__crc8 (Results 1 – 5 of 5) sorted by relevance
42 FLAC__uint8 FLAC__crc8(const FLAC__byte *data, uint32_t len);
115 crc1 = FLAC__crc8(data, 0); in test_crc8()124 crc1 = FLAC__crc8(data, i + 1); in test_crc8()
366 FLAC__uint8 FLAC__crc8(const FLAC__byte *data, uint32_t len) in FLAC__crc8() function
232 *crc = FLAC__crc8(buffer, bytes); in FLAC__bitwriter_get_write_crc8()
2526 if(FLAC__crc8(raw_header, raw_header_len) != crc8) { in read_frame_header_()