Home
last modified time | relevance | path

Searched refs:distSpecial (Results 1 – 3 of 3) sorted by relevance

/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
DLZMACoder.java47 final short[][] distSpecial = { new short[2], new short[2], field in LZMACoder
85 for (int i = 0; i < distSpecial.length; ++i) in reset()
86 RangeCoder.initProbs(distSpecial[i]); in reset()
DLZMAEncoder.java296 distSpecial[distSlot - DIST_MODEL_START], in encodeMatch()
453 int limit = distSpecial[distSlot - DIST_MODEL_START].length; in updateDistPrices()
457 distSpecial[distSlot - DIST_MODEL_START], in updateDistPrices()
DLZMADecoder.java90 distSpecial[distSlot - DIST_MODEL_START]); in decodeMatch()