Searched refs:currentNbBits (Results 1 – 1 of 1) sorted by relevance
265 { U32 currentNbBits = maxNbBits; in HUF_setMaxHeight() local268 if (huffNode[pos].nbBits >= currentNbBits) continue; in HUF_setMaxHeight()269 currentNbBits = huffNode[pos].nbBits; /* < maxNbBits */ in HUF_setMaxHeight()270 rankLast[maxNbBits-currentNbBits] = (U32)pos; in HUF_setMaxHeight()