Searched refs:bitParts (Results 1 – 1 of 1) sorted by relevance
2085 deUint32 bitParts[5]; in encodeISETritBlock() local2093 bitParts[i] = blockInput.bitValues[i]; in encodeISETritBlock()2099 bitParts[i] = numBits > 0 ? getBits(nonBlockInput[i], 0, numBits-1) : 0; in encodeISETritBlock()2105 bitParts[i] = 0; in encodeISETritBlock()2116 dst.setNext(numBits, bitParts[0]); in encodeISETritBlock()2118 dst.setNext(numBits, bitParts[1]); in encodeISETritBlock()2120 dst.setNext(numBits, bitParts[2]); in encodeISETritBlock()2122 dst.setNext(numBits, bitParts[3]); in encodeISETritBlock()2124 dst.setNext(numBits, bitParts[4]); in encodeISETritBlock()2143 deUint32 bitParts[3]; in encodeISEQuintBlock() local[all …]