Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_opt.c325 ZSTD_getMatchPrice(U32 const offBase, in ZSTD_getMatchPrice() function
1185 … int const matchPrice = (int)ZSTD_getMatchPrice(offBase, pos, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic()
1317 … int const price = basePrice + (int)ZSTD_getMatchPrice(offset, mlen, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic()