Home | History | Annotate | Download | only in LZMA

Lines Matching refs:nextOptimum

812 			Optimal nextOptimum = _optimum[cur + 1];

815 if (curAnd1Price < nextOptimum.Price)
817 nextOptimum.Price = curAnd1Price;
818 nextOptimum.PosPrev = cur;
819 nextOptimum.MakeAsChar();
827 !(nextOptimum.PosPrev < cur && nextOptimum.BackPrev == 0))
830 if (shortRepPrice <= nextOptimum.Price)
832 nextOptimum.Price = shortRepPrice;
833 nextOptimum.PosPrev = cur;
834 nextOptimum.MakeAsShortRep();