Home
last modified time | relevance | path

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

/Linux-v6.1/lib/zstd/compress/
Dhuf_compress.c296 U32 const lowPos = rankLast[nBitsToDecrease-1]; in HUF_setMaxHeight() local
301 if (lowPos == noSymbol) break; in HUF_setMaxHeight()
303 U32 const lowTotal = 2 * huffNode[lowPos].count; in HUF_setMaxHeight()