Searched defs:matchByte (Results 1 – 6 of 6) sorted by relevance
| /third_party/lzma/CS/7zip/Compress/LZMA/ |
| D | LzmaDecoder.cs | 131 … byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, uint pos, byte prevByte, byte matchByte) in DecodeWithMatchByte()
|
| /third_party/lzma/Java/SevenZip/Compression/LZMA/ |
| D | Decoder.java | 71 …eWithMatchByte(SevenZip.Compression.RangeCoder.Decoder rangeDecoder, byte matchByte) throws IOExce… in DecodeWithMatchByte()
|
| D | Encoder.java | 89 …public void EncodeMatched(SevenZip.Compression.RangeCoder.Encoder rangeEncoder, byte matchByte, by… in EncodeMatched() 108 public int GetPrice(boolean matchMode, byte matchByte, byte symbol) in GetPrice()
|
| /third_party/lzma/C/ |
| D | LzmaDec.c | 291 unsigned matchByte = dic[dicPos - rep0 + (dicPos < rep0 ? dicBufSize : 0)]; in LZMA_DECODE_REAL() local 749 unsigned matchByte = p->dic[p->dicPos - p->reps[0] + in LzmaDec_TryDummy() local
|
| D | LzmaEnc.c | 806 static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 sym, UInt32 matchByte) in LitEnc_EncodeMatched() 883 static UInt32 LitEnc_Matched_GetPrice(const CLzmaProb *probs, UInt32 sym, UInt32 matchByte, const C… in LitEnc_Matched_GetPrice() 1231 Byte curByte, matchByte; in GetOptimum() local 1449 Byte curByte, matchByte; in GetOptimum() local
|
| /third_party/lzma/CPP/7zip/Bundles/LzmaSpec/ |
| D | LzmaSpec.cpp | 384 unsigned matchByte = OutWindow.GetByte(rep0 + 1); in DecodeLiteral() local
|