Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c1199 U32 const basePrice = previousPrice + ZSTD_litLengthPrice(0, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic() local
1238 … int const price = (int)basePrice + (int)ZSTD_getMatchPrice(offset, mlen, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c1278 int const basePrice = previousPrice + LL_PRICE(0); in ZSTD_compressBlock_opt_generic() local
1317 … int const price = basePrice + (int)ZSTD_getMatchPrice(offset, mlen, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic()