Searched refs:unIndex (Results 1 – 1 of 1) sorted by relevance
593 unsigned unIndex = indexTbl[code]; in extractVarLenBitFields() local600 if (ucTable[unIndex] > 0) { in extractVarLenBitFields()602 for (unsigned un = 0; un < unIndex; un++) { in extractVarLenBitFields()606 RETURN_ERROR_IF_NOT_ENOUGH_BYTES_LEFT(bitStream, ucTable[unIndex]); in extractVarLenBitFields()608 unValue += bitStream.getBits(ucTable[unIndex]); in extractVarLenBitFields()609 totalBitsUsed += ucTable[unIndex]; in extractVarLenBitFields()611 RETURN_ERROR_IF_NOT_ENOUGH_BYTES_LEFT(bitStream, ucTable[unIndex]); in extractVarLenBitFields()613 unValue += bitStream.getBits(ucTable[unIndex]); in extractVarLenBitFields()614 totalBitsUsed += ucTable[unIndex]; in extractVarLenBitFields()