openshot-audio  0.1.7
Functions | Variables
crc.c File Reference
#include "include/private/crc.h"

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

unsigned FLAC__crc16 ( const FLAC__byte data,
unsigned  len 
)
FLAC__uint8 FLAC__crc8 ( const FLAC__byte data,
unsigned  len 
)
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 
)

Variable Documentation

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