Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_opt.c1008 … { U32 const literalsPrice = opt[0].price + ZSTD_litLengthPrice(0, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic() local
1019 U32 const sequencePrice = literalsPrice + matchPrice; in ZSTD_compressBlock_opt_generic()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c21013 … { U32 const literalsPrice = opt[0].price + ZSTD_litLengthPrice(0, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic() local
21024 U32 const sequencePrice = literalsPrice + matchPrice; in ZSTD_compressBlock_opt_generic()