Home
last modified time | relevance | path

Searched defs:matchByte (Results 1 – 9 of 9) sorted by relevance

/external/xz-java/src/org/tukaani/xz/lzma/
DLZMAEncoder.java566 int getPrice(int curByte, int matchByte, in getPrice()
595 int matchByte = lz.getByte(reps[0] + 1 + readAhead); in encode() local
633 int getMatchedPrice(int symbol, int matchByte) { in getMatchedPrice()
DLZMADecoder.java165 int matchByte = lz.getByte(reps[0]); in decode() local
DLZMAEncoderNormal.java165 int matchByte = lz.getByte(reps[0] + 1); in getNextSymbol() local
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaDecoder.cs131 … byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, uint pos, byte prevByte, byte matchByte) in DecodeWithMatchByte()
/external/lzma/Java/SevenZip/Compression/LZMA/
DDecoder.java71 …eWithMatchByte(SevenZip.Compression.RangeCoder.Decoder rangeDecoder, byte matchByte) throws IOExce… in DecodeWithMatchByte()
DEncoder.java89 …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/
DLzmaDec.c275 unsigned matchByte = dic[dicPos - rep0 + (dicPos < rep0 ? dicBufSize : 0)]; in LZMA_DECODE_REAL() local
695 unsigned matchByte = p->dic[p->dicPos - p->reps[0] + in LzmaDec_TryDummy() local
DLzmaEnc.c709 static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 sym, UInt32 matchByte) in LitEnc_EncodeMatched()
786 static UInt32 LitEnc_Matched_GetPrice(const CLzmaProb *probs, UInt32 sym, UInt32 matchByte, const C… in LitEnc_Matched_GetPrice()
1130 Byte curByte, matchByte; in GetOptimum() local
1344 Byte curByte, matchByte; in GetOptimum() local
/external/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp384 unsigned matchByte = OutWindow.GetByte(rep0 + 1); in DecodeLiteral() local