Searched refs:bitsUsed (Results 1 – 1 of 1) sorted by relevance
583 const int32 bitsUsed = codeSize - bitsSoFar; in GetCodeWord() local587 const int32 bitsNotUsed = 32 - bitsUsed; in GetCodeWord()591 fBitBuffer <<= bitsUsed; in GetCodeWord()592 fBitBufferCount -= bitsUsed; in GetCodeWord()