Home
last modified time | relevance | path

Searched refs:priceType (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_opt.c110 optPtr->priceType = zop_dynamic; in ZSTD_rescaleFreqs()
115 optPtr->priceType = zop_predef; in ZSTD_rescaleFreqs()
121 optPtr->priceType = zop_dynamic; in ZSTD_rescaleFreqs()
224 if (optPtr->priceType == zop_predef) in ZSTD_rawLiteralsCost()
242 if (optPtr->priceType == zop_predef) return WEIGHT(litLength, optLevel); in ZSTD_litLengthPrice()
267 if (optPtr->priceType == zop_predef) /* fixed scheme, do not use statistics */ in ZSTD_getMatchPrice()
H A Dzstd_compress_internal.h133 …ZSTD_OptPrice_e priceType; /* prices can be determined dynamically, or follow a pre-defined cost… member
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10028 …ZSTD_OptPrice_e priceType; /* prices can be determined dynamically, or follow a pre-defined cost… member
20256 optPtr->priceType = zop_dynamic; in ZSTD_rescaleFreqs()
20261 optPtr->priceType = zop_predef; in ZSTD_rescaleFreqs()
20267 optPtr->priceType = zop_dynamic; in ZSTD_rescaleFreqs()
20370 if (optPtr->priceType == zop_predef) in ZSTD_rawLiteralsCost()
20388 if (optPtr->priceType == zop_predef) return WEIGHT(litLength, optLevel); in ZSTD_litLengthPrice()
20413 if (optPtr->priceType == zop_predef) /* fixed scheme, do not use statistics */ in ZSTD_getMatchPrice()