Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/compress/
H A Dhuf_compress.c428 U32 const lowPos = rankLast[nBitsToDecrease-1]; in HUF_setMaxHeight() local
433 if (lowPos == noSymbol) break; in HUF_setMaxHeight()
435 U32 const lowTotal = 2 * huffNode[lowPos].count; in HUF_setMaxHeight()