Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c27 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()
H A Dzstd_compress_internal.h95 U32 log2matchLengthSum; /* pow2 to compare log2(mlfreq) to */ member
/freebsd-12.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c598 U32 log2matchLengthSum; member
H A Dzstd_v07.c2833 U32 log2matchLengthSum; member