Home
last modified time | relevance | path

Searched defs:posSlot (Results 1 – 5 of 5) sorted by relevance

/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java1046 int posSlot = (1 << Base.kNumPosSlotBits) - 1; in WriteEndMarker() local
1174 int posSlot = GetPosSlot(pos); in CodeOneBlock() local
1318 int posSlot = GetPosSlot(i); in FillDistancesPrices() local
1327 int posSlot; in FillDistancesPrices() local
DDecoder.java273 int posSlot = m_PosSlotDecoder[Base.GetLenToPosState(len)].Decode(m_RangeDecoder); in Code() local
/external/lzma/C/
DLzmaDec.c452 unsigned posSlot = (unsigned)distance; in LZMA_DECODE_REAL() local
806 unsigned posSlot; in LzmaDec_TryDummy() local
DLzmaEnc.c1741 unsigned offs, posSlot, len; in GetOptimum() local
2118 unsigned posSlot = GetPosSlot1(i); in FillDistancesPrices() local
2419 unsigned posSlot; in LzmaEnc_CodeOneBlock() local
/external/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp419 unsigned posSlot = PosSlotDecoder[lenState].Decode(&RangeDec); in DecodeDistance() local