Home
last modified time | relevance | path

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

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