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