Home
last modified time | relevance | path

Searched refs:getDistSlot (Results 1 – 2 of 2) sorted by relevance

/external/xz-java/src/org/tukaani/xz/lzma/
DLZMAEncoder.java123 public static int getDistSlot(int dist) { in getDistSlot() method in LZMAEncoder
186 distSlotPricesSize = getDistSlot(dictSize - 1) + 1; in LZMAEncoder()
324 int distSlot = getDistSlot(dist); in encodeMatch()
457 int distSlot = getDistSlot(dist); in getMatchAndLenPrice()
/external/xz-java/src/org/tukaani/xz/
DLZMA2Encoder.java28 props[0] = (byte)(LZMAEncoder.getDistSlot(d - 1) - 23); in LZMA2Encoder()