HomeSort by relevance Sort by last modified time
    Searched refs:DecodeWithMatchByte (Results 1 - 2 of 2) sorted by null

  /external/lzma/CS/7zip/Compress/LZMA/
LzmaDecoder.cs 78 public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, byte matchByte)
131 public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, uint pos, byte prevByte, byte matchByte)
132 { return m_Coders[GetState(pos, prevByte)].DecodeWithMatchByte(rangeDecoder, matchByte); }
261 b = m_LiteralDecoder.DecodeWithMatchByte(m_RangeDecoder,
  /external/lzma/Java/SevenZip/Compression/LZMA/
Decoder.java 71 public byte DecodeWithMatchByte(SevenZip.Compression.RangeCoder.Decoder rangeDecoder, byte matchByte) throws IOException
220 prevByte = decoder2.DecodeWithMatchByte(m_RangeDecoder, m_OutWindow.GetByte(rep0));

Completed in 105 milliseconds