Searched refs:unclampedB (Results 1 – 1 of 1) sorted by relevance
689 const int unclampedB = (x * ((int)BH-(int)BO) + y * ((int)BV-(int)BO) + 4*(int)BO + 2) >> 2; in decompressETC2Block() local694 dst[dstOffset+2] = (deUint8)deClamp32(unclampedB, 0, 255); in decompressETC2Block()