Home
last modified time | relevance | path

Searched refs:packed (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/ThirdParty/Squish/
H A Dcolourblock.cpp140 static int Unpack565( u8 const* packed, u8* colour ) in Unpack565() argument
143 int value = ( int )packed[0] | ( ( int )packed[1] << 8 ); in Unpack565()
197 u8 packed = bytes[4 + i]; in DecompressColour() local
199 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()
H A Dtexture_compression_s3tc.txt336 RGB colors RGB0 and RGB1 as though they were 16-bit packed pixels with