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

/linux-master/lib/zstd/compress/
H A Dhuf_compress.c357 U32 const lowPos = rankLast[nBitsToDecrease-1]; local
359 /* Decrease highPos if no symbols of lowPos or if it is
360 * not cheaper to remove 2 lowPos than highPos.
362 if (lowPos == noSymbol) break;
364 U32 const lowTotal = 2 * huffNode[lowPos].count;

Completed in 209 milliseconds