Searched refs:currentNbBits (Results 1 – 1 of 1) sorted by relevance
413 { U32 currentNbBits = targetNbBits; in HUF_setMaxHeight() local416 if (huffNode[pos].nbBits >= currentNbBits) continue; in HUF_setMaxHeight()417 currentNbBits = huffNode[pos].nbBits; /* < targetNbBits */ in HUF_setMaxHeight()418 rankLast[targetNbBits-currentNbBits] = (U32)pos; in HUF_setMaxHeight()