Searched refs:unValue (Results 1 – 1 of 1) sorted by relevance
599 uint32_t unValue = 0; in extractVarLenBitFields() local603 unValue += (1 << ucTable[un]); in extractVarLenBitFields()608 unValue += bitStream.getBits(ucTable[unIndex]); in extractVarLenBitFields()613 unValue += bitStream.getBits(ucTable[unIndex]); in extractVarLenBitFields()619 *value = unValue; in extractVarLenBitFields()