Searched refs:distNdx (Results 1 – 1 of 1) sorted by relevance
575 const deUint32 distNdx = (getBits(src, 34, 35) << 1) | getBit(src, 32); in decompressETC2Block() local576 const int dist = distTable[distNdx]; in decompressETC2Block()606 deUint32 distNdx; in decompressETC2Block() local617 …distNdx = (getBit(src, 34) << 2) | (getBit(src, 32) << 1) | (deUint32)(baseValue[0] >= baseValue… in decompressETC2Block()618 dist = distTable[distNdx]; in decompressETC2Block()