Searched refs:distTable (Results 1 – 1 of 1) sorted by relevance
660 static const int distTable[8] = { 3, 6, 11, 16, 23, 32, 41, 64 }; in decompressETC2Block() local677 const int dist = distTable[distNdx]; in decompressETC2Block()719 dist = distTable[distNdx]; in decompressETC2Block()