Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c115 optPtr->priceType = zop_predef; 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.h114 typedef enum { zop_dynamic=0, zop_predef } ZSTD_OptPrice_e; enumerator
/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10007 typedef enum { zop_dynamic=0, zop_predef } ZSTD_OptPrice_e; enumerator
20259 optPtr->priceType = zop_predef; in ZSTD_rescaleFreqs()
20368 if (optPtr->priceType == zop_predef) in ZSTD_rawLiteralsCost()
20386 if (optPtr->priceType == zop_predef) return WEIGHT(litLength, optLevel); in ZSTD_litLengthPrice()
20411 if (optPtr->priceType == zop_predef) /* fixed scheme, do not use statistics */ in ZSTD_getMatchPrice()