Searched refs:currentNbBits (Results 1 – 2 of 2) 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()
8605 { U32 currentNbBits = maxNbBits; in HUF_setMaxHeight() local8608 if (huffNode[pos].nbBits >= currentNbBits) continue; in HUF_setMaxHeight()8609 currentNbBits = huffNode[pos].nbBits; /* < maxNbBits */ in HUF_setMaxHeight()8610 rankLast[maxNbBits-currentNbBits] = (U32)pos; in HUF_setMaxHeight()