Searched refs:Price (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs290 public UInt32 Price; field in class:SevenZip.Compression.LZMA.Encoder.Optimal
608 _optimum[1].Price = _isMatch[(_state.Index << Base.kNumPosStatesBitsMax) + posState].GetPrice0() +
618 if (shortRepPrice < _optimum[1].Price)
620 _optimum[1].Price = shortRepPrice;
642 _optimum[len--].Price = kIfinityPrice;
655 if (curAndLenPrice < optimum.Price)
657 optimum.Price = curAndLenPrice;
679 if (curAndLenPrice < optimum.Price)
681 optimum.Price = curAndLenPrice;
800 UInt32 curPrice = _optimum[cur].Price;
[all...]
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java290 public int Price; field in class:Encoder.Optimal
608 _optimum[1].Price = SevenZip.Compression.RangeCoder.Encoder.GetPrice0(_isMatch[(_state << Base.kNumPosStatesBitsMax) + posState]) +
618 if (shortRepPrice < _optimum[1].Price)
620 _optimum[1].Price = shortRepPrice;
642 _optimum[len--].Price = kIfinityPrice;
655 if (curAndLenPrice < optimum.Price)
657 optimum.Price = curAndLenPrice;
679 if (curAndLenPrice < optimum.Price)
681 optimum.Price = curAndLenPrice;
800 int curPrice = _optimum[cur].Price;
[all...]

Completed in 163 milliseconds