Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
Dzstd_opt.c269 ZSTD_getMatchPrice(U32 const offset, in ZSTD_getMatchPrice() function
1031 … U32 const matchPrice = ZSTD_getMatchPrice(offset, pos, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic()
1140 … int const price = basePrice + ZSTD_getMatchPrice(offset, mlen, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic()