Searched refs:distSlotPricesSize (Results 1 – 1 of 1) sorted by relevance
58 private final int distSlotPricesSize; field in LZMAEncoder177 distSlotPricesSize = getDistSlot(dictSize - 1) + 1; in LZMAEncoder()178 distSlotPrices = new int[DIST_STATES][distSlotPricesSize]; in LZMAEncoder()430 for (int distSlot = 0; distSlot < distSlotPricesSize; ++distSlot) in updateDistPrices()435 for (int distSlot = DIST_MODEL_END; distSlot < distSlotPricesSize; in updateDistPrices()