Searched refs:blockInput (Results 1 – 1 of 1) sorted by relevance
2034 … dst, int numBits, bool fromExplicitInputBlock, const ISEInput::Block& blockInput, const deUint32*… in encodeISETritBlock() argument2067 bitParts[i] = blockInput.bitValues[i]; in encodeISETritBlock()2084 const deUint32 T = fromExplicitInputBlock ? blockInput.tOrQValue : tritBlockTValue[tritParts[0]] in encodeISETritBlock()2102 … dst, int numBits, bool fromExplicitInputBlock, const ISEInput::Block& blockInput, const deUint32*… in encodeISEQuintBlock() argument2125 bitParts[i] = blockInput.bitValues[i]; in encodeISEQuintBlock()2142 const deUint32 Q = fromExplicitInputBlock ? blockInput.tOrQValue : quintBlockQValue[quintParts[0]] in encodeISEQuintBlock()