Searched refs:matchPrice (Results 1 – 2 of 2) sorted by relevance
877 … U32 const matchPrice = ZSTD_getMatchPrice(offset, pos, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic() local878 U32 const sequencePrice = literalsPrice + matchPrice; in ZSTD_compressBlock_opt_generic()
1128 … U32 const matchPrice = ZSTD_getMatchPrice(offcode, pos, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic() local1129 U32 const sequencePrice = literalsPrice + matchPrice; in ZSTD_compressBlock_opt_generic()