Lines Matching full:ml
167 { unsigned ml; in ZSTD_rescaleFreqs() local
171 for (ml=0; ml<=MaxML; ml++) { in ZSTD_rescaleFreqs()
173 U32 const bitCost = FSE_getMaxNbBits(mlstate.symbolTT, ml); in ZSTD_rescaleFreqs()
175 … optPtr->matchLengthFreq[ml] = bitCost ? 1 << (scaleLog-bitCost) : 1 /*minimum to calculate cost*/; in ZSTD_rescaleFreqs()
176 optPtr->matchLengthSum += optPtr->matchLengthFreq[ml]; in ZSTD_rescaleFreqs()
211 { unsigned ml; in ZSTD_rescaleFreqs() local
212 for (ml=0; ml<=MaxML; ml++) in ZSTD_rescaleFreqs()
213 optPtr->matchLengthFreq[ml] = 1; in ZSTD_rescaleFreqs()
323 DEBUGLOG(8, "ZSTD_getMatchPrice(ml:%u) = %u", matchLength, price); in ZSTD_getMatchPrice()
1241 DEBUGLOG(7, "rPos:%u (ml=%2u) => new better price (%.2f<%.2f)", in ZSTD_compressBlock_opt_generic()
1249 DEBUGLOG(7, "rPos:%u (ml=%2u) => new price is worse (%.2f>=%.2f)", in ZSTD_compressBlock_opt_generic()