Searched refs:RH2 (Results 1 – 2 of 2) sorted by relevance
272 unsigned char RH2 : 1; member543 int rh = extend_6to8bits(RH1 << 1 | RH2); in decodePlanarBlock()
670 const deUint8 RH2 = (deUint8)getBit(src, 32); in decompressETC2Block() local674 const deUint8 RH = extend6To8((deUint8)((RH1 << 1) | RH2)); in decompressETC2Block()