Home
last modified time | relevance | path

Searched refs:DecodeWithMatchByte (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/CS/7zip/Compress/LZMA/
DLzmaDecoder.cs78 public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, byte matchByte) in DecodeWithMatchByte() method
131 …public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, uint pos, byte prevByte, byte mat… in DecodeWithMatchByte() method in SevenZip.Compression.LZMA.Decoder.LiteralDecoder
132 { return m_Coders[GetState(pos, prevByte)].DecodeWithMatchByte(rangeDecoder, matchByte); } in DecodeWithMatchByte()
261 b = m_LiteralDecoder.DecodeWithMatchByte(m_RangeDecoder, in Code()
/third_party/lzma/Java/SevenZip/Compression/LZMA/
DDecoder.java71 …public byte DecodeWithMatchByte(SevenZip.Compression.RangeCoder.Decoder rangeDecoder, byte matchBy… in DecodeWithMatchByte() method in Decoder.LiteralDecoder.Decoder2
220 prevByte = decoder2.DecodeWithMatchByte(m_RangeDecoder, m_OutWindow.GetByte(rep0)); in Code()