Home
last modified time | relevance | path

Searched refs:lowPos (Results 1 – 1 of 1) sorted by relevance

/lib/zstd/
Dhuf_compress.c335 U32 lowPos = rankLast[nBitsToDecrease - 1]; in HUF_setMaxHeight() local
338 if (lowPos == noSymbol) in HUF_setMaxHeight()
342 U32 const lowTotal = 2 * huffNode[lowPos].count; in HUF_setMaxHeight()