Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/ !
Dzstd_opt.c88 optPtr->litLengthSumBasePrice = WEIGHT(optPtr->litLengthSum, optLevel); in ZSTD_setBasePrices()
259 + optPtr->litLengthSumBasePrice in ZSTD_litLengthPrice()
Dzstd_compress_internal.h124 U32 litLengthSumBasePrice; /* to compare to log2(llfreq) */ member