Searched refs:wrapWordIndex (Results 1 – 1 of 1) sorted by relevance
495 static unsigned int wrapWordIndex(unsigned int numWords, int word) in wrapWordIndex() function656 indices.P[0] = wrapWordIndex(i32NumXWords, wordX); in pvrtcDecompress()657 indices.P[1] = wrapWordIndex(i32NumYWords, wordY); in pvrtcDecompress()658 indices.Q[0] = wrapWordIndex(i32NumXWords, wordX + 1); in pvrtcDecompress()659 indices.Q[1] = wrapWordIndex(i32NumYWords, wordY); in pvrtcDecompress()660 indices.R[0] = wrapWordIndex(i32NumXWords, wordX); in pvrtcDecompress()661 indices.R[1] = wrapWordIndex(i32NumYWords, wordY + 1); in pvrtcDecompress()662 indices.S[0] = wrapWordIndex(i32NumXWords, wordX + 1); in pvrtcDecompress()663 indices.S[1] = wrapWordIndex(i32NumYWords, wordY + 1); in pvrtcDecompress()