Searched refs:ZSTD_getMatchPrice (Results 1 – 1 of 1) sorted by relevance
325 ZSTD_getMatchPrice(U32 const offBase, in ZSTD_getMatchPrice() function1185 … 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()