Searched refs:R1a (Results 1 – 2 of 2) sorted by relevance
153 uint8_t R1a = 0, x = 0; in etc2_base_color1_t_mode() local157 R1a = (in[0] >> 3) & 0x3; in etc2_base_color1_t_mode()158 x = ((R1a << 2) | (in[0] & 0x3)); in etc2_base_color1_t_mode()
669 const deUint8 R1a = (deUint8)getBits(src, 59, 60); in decompressETC2Block() local679 paintR[0] = extend4To8((deUint8)((R1a << 2) | R1b)); in decompressETC2Block()