Home
last modified time | relevance | path

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

/linux-6.6.21/lib/zstd/compress/
Dzstd_opt.c298 ZSTD_getMatchPrice(U32 const offcode, in ZSTD_getMatchPrice() function
1128 … U32 const matchPrice = ZSTD_getMatchPrice(offcode, pos, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic()
1238 … int const price = (int)basePrice + (int)ZSTD_getMatchPrice(offset, mlen, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic()