LMMS
Loading...
Searching...
No Matches
crc.c File Reference

Functions

void FLAC__crc8_update (const FLAC__byte data, FLAC__uint8 *crc)
void FLAC__crc8_update_block (const FLAC__byte *data, unsigned len, FLAC__uint8 *crc)
FLAC__uint8 FLAC__crc8 (const FLAC__byte *data, unsigned len)
unsigned FLAC__crc16 (const FLAC__byte *data, unsigned len)

Variables

FLAC__byte const FLAC__crc8_table [256]
unsigned const FLAC__crc16_table [256]

Function Documentation

◆ FLAC__crc16()

unsigned FLAC__crc16 ( const FLAC__byte * data,
unsigned len )

◆ FLAC__crc8()

FLAC__uint8 FLAC__crc8 ( const FLAC__byte * data,
unsigned len )

◆ FLAC__crc8_update()

void FLAC__crc8_update ( const FLAC__byte data,
FLAC__uint8 * crc )

◆ FLAC__crc8_update_block()

void FLAC__crc8_update_block ( const FLAC__byte * data,
unsigned len,
FLAC__uint8 * crc )

Variable Documentation

◆ FLAC__crc16_table

unsigned const FLAC__crc16_table[256]

◆ FLAC__crc8_table

FLAC__byte const FLAC__crc8_table[256]