Home
last modified time | relevance | path

Searched defs:prevByte (Results 1 - 5 of 5) sorted by relevance

/third_party/lzma/Java/SevenZip/Compression/LZMA/
H A DDecoder.java117 Decoder2 GetDecoder(int pos, byte prevByte) in GetDecoder() argument
H A DEncoder.java163 public Encoder2 GetSubCoder(int pos, byte prevByte) in GetSubCoder() argument
/third_party/lzma/CS/7zip/Compress/LZMA/
H A DLzmaDecoder.cs125 uint GetState(uint pos, byte prevByte) in GetState() argument
128 public byte DecodeNormal(RangeCoder.Decoder rangeDecoder, uint pos, byte prevByte) in DecodeNormal() argument
131 public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, uint pos, byte prevByte, byte matchByte) in DecodeWithMatchByte() argument
H A DLzmaEncoder.cs163 public Encoder2 GetSubCoder(UInt32 pos, Byte prevByte) in GetSubCoder() argument
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/
H A DLzmaSpec.cpp374 unsigned prevByte = 0; in DecodeLiteral() local

Completed in 7 milliseconds