Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c877 … U32 const matchPrice = ZSTD_getMatchPrice(offset, pos, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic() local
878 U32 const sequencePrice = literalsPrice + matchPrice; in ZSTD_compressBlock_opt_generic()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c1128 … U32 const matchPrice = ZSTD_getMatchPrice(offcode, pos, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic() local
1129 U32 const sequencePrice = literalsPrice + matchPrice; in ZSTD_compressBlock_opt_generic()