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

/linux-master/lib/zstd/compress/
H A Dhuf_compress.c356 U32 const highPos = rankLast[nBitsToDecrease]; local
358 if (highPos == noSymbol) continue;
359 /* Decrease highPos if no symbols of lowPos or if it is
360 * not cheaper to remove 2 lowPos than highPos.
363 { U32 const highTotal = huffNode[highPos].count;

Completed in 147 milliseconds