Searched refs:currentNbBits (Results 1 – 1 of 1) sorted by relevance
281 { U32 currentNbBits = maxNbBits; in HUF_setMaxHeight() local284 if (huffNode[pos].nbBits >= currentNbBits) continue; in HUF_setMaxHeight()285 currentNbBits = huffNode[pos].nbBits; /* < maxNbBits */ in HUF_setMaxHeight()286 rankLast[maxNbBits-currentNbBits] = (U32)pos; in HUF_setMaxHeight()
Completed in 5 milliseconds