Searched refs:get_byte (Results 1 – 7 of 7) sorted by relevance
108 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor); in createColorTable()109 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1); in createColorTable()110 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2); in createColorTable()115 alpha = get_byte(cBuffer.get(), i*fBytesPerColor + 3); in createColorTable()
95 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor); in createColorTable()96 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1); in createColorTable()97 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2); in createColorTable()
197 static inline uint8_t get_byte(uint8_t* buffer, uint32_t i) { in get_byte() function
68 get_byte (j_decompress_ptr cinfo) in get_byte() function123 data = get_byte(cinfo); /* read next input byte */ in arith_decode()125 do data = get_byte(cinfo); in arith_decode()
105 #define get_byte get_u8 macro
78 static inline uch get_byte(void) in get_byte() function
219 #define NEXTBYTE() (uch)get_byte()