Home
last modified time | relevance | path

Searched refs:FLAC__uint8 (Results 1 – 7 of 7) sorted by relevance

/external/flac/include/FLAC/
Dordinals.h46 typedef unsigned __int8 FLAC__uint8; typedef
58 typedef uint8_t FLAC__uint8; typedef
71 typedef FLAC__uint8 FLAC__byte;
Dformat.h439 FLAC__uint8 crc;
/external/flac/src/test_libFLAC/
Dcrc.c30 static FLAC__uint8 crc8_update_ref(FLAC__byte byte, FLAC__uint8 crc);
77 static FLAC__uint8 crc8_update_ref(FLAC__byte byte, FLAC__uint8 crc) in crc8_update_ref()
110 FLAC__uint8 crc0,crc1; in test_crc8()
/external/flac/src/libFLAC/
Dcrc.c41 FLAC__uint8 const FLAC__crc8_table[256] = {
366 FLAC__uint8 FLAC__crc8(const FLAC__byte *data, uint32_t len) in FLAC__crc8()
368 FLAC__uint8 crc = 0; in FLAC__crc8()
/external/flac/src/libFLAC/include/private/
Dcrc.h42 FLAC__uint8 FLAC__crc8(const FLAC__byte *data, uint32_t len);
/external/flac/src/flac/
Ddecode.c1015 FLAC__uint8 u8buffer [FLAC__MAX_BLOCK_SIZE * FLAC__MAX_CHANNELS * sizeof(FLAC__int32)]; in write_callback()
1271 ubuf.u8buffer[sample] = (FLAC__uint8)(buffer[channel][wide_sample] + 0x80); in write_callback()
Dencode.c123 FLAC__uint8 u8[UBUFFER_INT8_SIZE];