Home
last modified time | relevance | path

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

/external/xz-java/src/org/tukaani/xz/lzma/
DLZMAEncoder.java60 private final int distSlotPricesSize; field in LZMAEncoder
186 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()