Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_opt.c1185 … int const matchPrice = (int)ZSTD_getMatchPrice(offBase, pos, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic() local
1186 int const sequencePrice = opt[0].price + matchPrice; in ZSTD_compressBlock_opt_generic()