Searched refs:log2litLengthSum (Results 1 – 4 of 4) sorted by relevance
26 optPtr->log2litLengthSum = ZSTD_highbit32(optPtr->litLengthSum+1); in ZSTD_setLog2Prices()117 …U32 const price = LL_bits[llCode] + optPtr->log2litLengthSum - ZSTD_highbit32(optPtr->litLengthFre… in ZSTD_litLengthPrice()
94 U32 log2litLengthSum; /* pow2 to compare log2(llfreq) to */ member
600 U32 log2litLengthSum; member
2835 U32 log2litLengthSum; member