Searched refs:DecodeWithMatchByte (Results 1 – 2 of 2) sorted by relevance
78 public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, byte matchByte) in DecodeWithMatchByte() method131 …public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, uint pos, byte prevByte, byte mat… in DecodeWithMatchByte() method in SevenZip.Compression.LZMA.Decoder.LiteralDecoder132 { return m_Coders[GetState(pos, prevByte)].DecodeWithMatchByte(rangeDecoder, matchByte); } in DecodeWithMatchByte()261 b = m_LiteralDecoder.DecodeWithMatchByte(m_RangeDecoder, in Code()
71 …public byte DecodeWithMatchByte(SevenZip.Compression.RangeCoder.Decoder rangeDecoder, byte matchBy… in DecodeWithMatchByte() method in Decoder.LiteralDecoder.Decoder2220 prevByte = decoder2.DecodeWithMatchByte(m_RangeDecoder, m_OutWindow.GetByte(rep0)); in Code()