Home | History | Annotate | Download | only in LZMA

Lines Matching full:replen

647 				UInt32 repLen = repLens[i];

648 if (repLen < 2)
653 UInt32 curAndLenPrice = price + _repMatchLenEncoder.GetPrice(repLen - 2, posState);
654 Optimal optimum = _optimum[repLen];
663 while (--repLen >= 2);