Searched refs:totalBitsUsed (Results 1 – 1 of 1) sorted by relevance
592 unsigned totalBitsUsed = bitsUsedTbl[code]; in extractVarLenBitFields() local595 RETURN_ERROR_IF_NOT_ENOUGH_BYTES_LEFT(bitStream, totalBitsUsed); in extractVarLenBitFields()597 bitStream.skipBits(totalBitsUsed); in extractVarLenBitFields()609 totalBitsUsed += ucTable[unIndex]; in extractVarLenBitFields()614 totalBitsUsed += ucTable[unIndex]; in extractVarLenBitFields()618 *bitsUsed = (size_t)totalBitsUsed; in extractVarLenBitFields()