Lines Matching full:ml
189 { unsigned ml; in ZSTD_rescaleFreqs() local
193 for (ml=0; ml<=MaxML; ml++) { in ZSTD_rescaleFreqs()
195 U32 const bitCost = FSE_getMaxNbBits(mlstate.symbolTT, ml); in ZSTD_rescaleFreqs()
197 … optPtr->matchLengthFreq[ml] = bitCost ? 1 << (scaleLog-bitCost) : 1 /*minimum to calculate cost*/; in ZSTD_rescaleFreqs()
198 optPtr->matchLengthSum += optPtr->matchLengthFreq[ml]; in ZSTD_rescaleFreqs()
234 { unsigned ml; in ZSTD_rescaleFreqs() local
235 for (ml=0; ml<=MaxML; ml++) in ZSTD_rescaleFreqs()
236 optPtr->matchLengthFreq[ml] = 1; in ZSTD_rescaleFreqs()
351 DEBUGLOG(8, "ZSTD_getMatchPrice(ml:%u) = %u", matchLength, price); in ZSTD_getMatchPrice()
1292 DEBUGLOG(7, "cPos:%i==rPos:%u, found %u matches, of longest ML=%u", in ZSTD_compressBlock_opt_generic()
1320 DEBUGLOG(7, "rPos:%u (ml=%2u) => new better price (%.2f<%.2f)", in ZSTD_compressBlock_opt_generic()
1333 DEBUGLOG(7, "rPos:%u (ml=%2u) => new price is worse (%.2f>=%.2f)", in ZSTD_compressBlock_opt_generic()