Home
last modified time | relevance | path

Searched refs:litLengthSumBasePrice (Results 1 – 2 of 2) sorted by relevance

/linux/lib/zstd/compress/
H A Dzstd_opt.c75 optPtr->litLengthSumBasePrice = WEIGHT(optPtr->litLengthSum, optLevel); in ZSTD_setBasePrices()
286 + optPtr->litLengthSumBasePrice in ZSTD_litLengthPrice()
H A Dzstd_compress_internal.h171 U32 litLengthSumBasePrice; /* to compare to log2(llfreq) */ member