Searched refs:log2matchLengthSum (Results 1 – 2 of 2) sorted by relevance
190 U32 log2matchLengthSum; member
21 ssPtr->log2matchLengthSum = ZSTD_highbit32(ssPtr->matchLengthSum + 1); in ZSTD_setLog2Prices()149 …price += ML_bits[mlCode] + seqStorePtr->log2matchLengthSum - ZSTD_highbit32(seqStorePtr->matchLeng… in ZSTD_getPrice()