Searched defs:matchByte (Results 1 – 9 of 9) sorted by relevance
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/ |
D | LZMAEncoder.java | 527 int getPrice(int curByte, int matchByte, in getPrice() 556 int matchByte = lz.getByte(reps[0] + 1 + readAhead); in encode() local 594 int getMatchedPrice(int symbol, int matchByte) { in getMatchedPrice()
|
D | LZMADecoder.java | 165 int matchByte = lz.getByte(reps[0]); in decode() local
|
D | LZMAEncoderNormal.java | 163 int matchByte = lz.getByte(reps[0] + 1); in getNextSymbol() local
|
/external/lzma/CS/7zip/Compress/LZMA/ |
D | LzmaDecoder.cs | 131 … byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, uint pos, byte prevByte, byte matchByte) in DecodeWithMatchByte()
|
/external/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()
|
/external/lzma/C/ |
D | LzmaDec.c | 198 unsigned matchByte = dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_DecodeReal() local 555 unsigned matchByte = p->dic[p->dicPos - p->reps[0] + in LzmaDec_TryDummy() local
|
D | LzmaEnc.c | 596 static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol, UInt32 matchByte) in LitEnc_EncodeMatched() 659 static UInt32 LitEnc_GetPriceMatched(const CLzmaProb *probs, UInt32 symbol, UInt32 matchByte, UInt3… in LitEnc_GetPriceMatched() 949 Byte curByte, matchByte; in GetOptimum() local 1142 Byte curByte, matchByte; in GetOptimum() local
|
/external/lzma/CPP/7zip/Bundles/LzmaSpec/ |
D | LzmaSpec.cpp | 384 unsigned matchByte = OutWindow.GetByte(rep0 + 1); in DecodeLiteral() local
|