Searched refs:RH1 (Results 1 – 2 of 2) sorted by relevance
299 unsigned char RH1 : 5; member568 int rh = extend_6to8bits(RH1 << 1 | RH2); in decodePlanarBlock()
669 const deUint8 RH1 = (deUint8)getBits(src, 34, 38); in decompressETC2Block() local674 const deUint8 RH = extend6To8((deUint8)((RH1 << 1) | RH2)); in decompressETC2Block()