Home | History | Annotate | Download | only in LZMA

Lines Matching refs:shortRepPrice

617 			int shortRepPrice = repMatchPrice + GetRepLen1Price(_state, posState);

618 if (shortRepPrice < _optimum[1].Price)
620 _optimum[1].Price = shortRepPrice;
829 int shortRepPrice = repMatchPrice + GetRepLen1Price(state, posState);
830 if (shortRepPrice <= nextOptimum.Price)
832 nextOptimum.Price = shortRepPrice;