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