Searched refs:getDistSlot (Results 1 – 2 of 2) sorted by relevance
123 public static int getDistSlot(int dist) { in getDistSlot() method in LZMAEncoder186 distSlotPricesSize = getDistSlot(dictSize - 1) + 1; in LZMAEncoder()324 int distSlot = getDistSlot(dist); in encodeMatch()457 int distSlot = getDistSlot(dist); in getMatchAndLenPrice()
28 props[0] = (byte)(LZMAEncoder.getDistSlot(d - 1) - 23); in LZMA2Encoder()