Searched refs:log2matchLengthSum (Results 1 – 4 of 4) sorted by relevance
27 optPtr->log2matchLengthSum = ZSTD_highbit32(optPtr->matchLengthSum+1); in ZSTD_setLog2Prices()187 …price += ML_bits[mlCode] + optPtr->log2matchLengthSum - ZSTD_highbit32(optPtr->matchLengthFreq[mlC… in ZSTD_getMatchPrice()
95 U32 log2matchLengthSum; /* pow2 to compare log2(mlfreq) to */ member
598 U32 log2matchLengthSum; member
2833 U32 log2matchLengthSum; member