Searched refs:distSlots (Results 1 – 3 of 3) sorted by relevance
46 final short[][] distSlots = new short[DIST_STATES][DIST_SLOTS]; field in LZMACoder82 for (int i = 0; i < distSlots.length; ++i) in reset()83 RangeCoder.initProbs(distSlots[i]); in reset()
80 int distSlot = rc.decodeBitTree(distSlots[getDistState(len)]); in decodeMatch()
287 rc.encodeBitTree(distSlots[getDistState(len)], distSlot); in encodeMatch()433 distSlots[distState], distSlot); in updateDistPrices()