Home | History | Annotate | Download | only in LZMA

Lines Matching refs:GetPrice

108 			public int GetPrice(boolean matchMode, byte matchByte, byte symbol)

119 price += SevenZip.Compression.RangeCoder.Encoder.GetPrice(m_Encoders[((1 + matchBit) << 8) + context], bit);
131 price += SevenZip.Compression.RangeCoder.Encoder.GetPrice(m_Encoders[context], bit);
231 prices[st + i] = a0 + _lowCoder[posState].GetPrice(i);
237 prices[st + i] = b0 + _midCoder[posState].GetPrice(i - Base.kNumLowLenSymbols);
240 prices[st + i] = b1 + _highCoder.GetPrice(i - Base.kNumLowLenSymbols - Base.kNumMidLenSymbols);
254 public int GetPrice(int symbol, int posState)
477 price += SevenZip.Compression.RangeCoder.Encoder.GetPrice(_isRepG2[state], repIndex - 2);
485 int price = _repMatchLenEncoder.GetPrice(len - Base.kMatchMinLen, posState);
498 return price + _lenEncoder.GetPrice(len - Base.kMatchMinLen, posState);
609 _literalEncoder.GetSubCoder(position, _previousByte).GetPrice(!Base.StateIsCharState(_state), matchByte, currentByte);
653 int curAndLenPrice = price + _repMatchLenEncoder.GetPrice(repLen - 2, posState);
810 GetPrice(!Base.StateIsCharState(state), matchByte, currentByte);
921 _matchFinder.GetIndexByte(lenTest - 1 - 1)).GetPrice(true,
996 GetPrice(true,
1332 _posSlotPrices[st + posSlot] = encoder.GetPrice(posSlot);