Searched refs:packed (Results 1 – 2 of 2) sorted by relevance
140 static int Unpack565( u8 const* packed, u8* colour ) in Unpack565() argument143 int value = ( int )packed[0] | ( ( int )packed[1] << 8 ); in Unpack565()197 u8 packed = bytes[4 + i]; in DecompressColour() local199 ind[0] = packed & 0x3; in DecompressColour()200 ind[1] = ( packed >> 2 ) & 0x3; in DecompressColour()201 ind[2] = ( packed >> 4 ) & 0x3; in DecompressColour()202 ind[3] = ( packed >> 6 ) & 0x3; in DecompressColour()
336 RGB colors RGB0 and RGB1 as though they were 16-bit packed pixels with