Home
last modified time | relevance | path

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

/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
DLZMAEncoder.java58 private final int distSlotPricesSize; field in LZMAEncoder
177 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()