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