Searched refs:distSlotPricesSize (Results 1 – 1 of 1) sorted by relevance
60 private final int distSlotPricesSize; field in LZMAEncoder186 distSlotPricesSize = getDistSlot(dictSize - 1) + 1; in LZMAEncoder()187 distSlotPrices = new int[DIST_STATES][distSlotPricesSize]; in LZMAEncoder()469 for (int distSlot = 0; distSlot < distSlotPricesSize; ++distSlot) in updateDistPrices()474 for (int distSlot = DIST_MODEL_END; distSlot < distSlotPricesSize; in updateDistPrices()