Searched refs:FLAC__uint8 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/include/private/
H A Dcrc.h43 void FLAC__crc8_update(const FLAC__byte data, FLAC__uint8 *crc);
44 void FLAC__crc8_update_block(const FLAC__byte *data, unsigned len, FLAC__uint8 *crc);
45 FLAC__uint8 FLAC__crc8(const FLAC__byte *data, unsigned len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A Dordinals.h40 typedef unsigned char FLAC__uint8; typedef
67 typedef FLAC__uint8 FLAC__byte;
H A Dformat.h438 FLAC__uint8 crc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dcrc.c113 void FLAC__crc8_update(const FLAC__byte data, FLAC__uint8 *crc)
118 void FLAC__crc8_update_block(const FLAC__byte *data, unsigned len, FLAC__uint8 *crc)
124 FLAC__uint8 FLAC__crc8(const FLAC__byte *data, unsigned len)
126 FLAC__uint8 crc = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Ddecode.c920 FLAC__uint8 *u8buffer = (FLAC__uint8 *)s8buffer;
1172 u8buffer[sample] = (FLAC__uint8)(buffer[channel][wide_sample] + 0x80);

Completed in 99 milliseconds