Home
last modified time | relevance | path

Searched refs:get_byte (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/codec/
DSkBmpStandardCodec.cpp97 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor); in createColorTable()
98 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1); in createColorTable()
99 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2); in createColorTable()
104 alpha = get_byte(cBuffer.get(), i*fBytesPerColor + 3); in createColorTable()
DSkBmpRLECodec.cpp87 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor); in createColorTable()
88 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1); in createColorTable()
89 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2); in createColorTable()
DSkCodecPriv.h181 static inline uint8_t get_byte(uint8_t* buffer, uint32_t i) { in get_byte() function
/external/libjpeg-turbo/
Djdarith.c68 get_byte (j_decompress_ptr cinfo) in get_byte() function
123 data = get_byte(cinfo); /* read next input byte */ in arith_decode()
125 do data = get_byte(cinfo); in arith_decode()
/external/iproute2/include/
Dutils.h105 #define get_byte get_u8 macro
/external/syslinux/memdisk/
Dunzip.c78 static inline uch get_byte(void) in get_byte() function
Dinflate.c219 #define NEXTBYTE() (uch)get_byte()
/external/brotli/dec/
Ddecode.c587 BROTLI_BOOL get_byte = BROTLI_FALSE; in SafeReadSymbolCodeLengths() local
593 if (get_byte && !BrotliPullByte(br)) return BROTLI_DECODER_NEEDS_MORE_INPUT; in SafeReadSymbolCodeLengths()
594 get_byte = BROTLI_FALSE; in SafeReadSymbolCodeLengths()
601 get_byte = BROTLI_TRUE; in SafeReadSymbolCodeLengths()
614 get_byte = BROTLI_TRUE; in SafeReadSymbolCodeLengths()