Searched refs:bitParts (Results 1 – 1 of 1) sorted by relevance
684 deUint32 bitParts[5]; in encodeISETritBlock() local692 bitParts[i] = blockInput.bitValues[i]; in encodeISETritBlock()697 bitParts[i] = getBits(nonBlockInput[i], 0, numBits-1); in encodeISETritBlock()703 bitParts[i] = 0; in encodeISETritBlock()714 dst.setNext(numBits, bitParts[0]); in encodeISETritBlock()716 dst.setNext(numBits, bitParts[1]); in encodeISETritBlock()718 dst.setNext(numBits, bitParts[2]); in encodeISETritBlock()720 dst.setNext(numBits, bitParts[3]); in encodeISETritBlock()722 dst.setNext(numBits, bitParts[4]); in encodeISETritBlock()741 deUint32 bitParts[3]; in encodeISEQuintBlock() local[all …]