Searched refs:DIST_SLOTS (Results 1 – 4 of 4) sorted by relevance
24 static final int DIST_SLOTS = 1 << 6; field in LZMACoder46 final short[][] distSlots = new short[DIST_STATES][DIST_SLOTS];
159 #define DIST_SLOTS (1 << DIST_SLOT_BITS) macro
190 uint16_t dist_slot[DIST_STATES][DIST_SLOTS];661 dist_slot = rc_bittree(&s->rc, probs, DIST_SLOTS) - DIST_SLOTS; in lzma_match()
1134 #define DIST_SLOTS (1 << DIST_SLOT_BITS) macro1346 uint16_t dist_slot[DIST_STATES][DIST_SLOTS];1803 dist_slot = rc_bittree(&s->rc, probs, DIST_SLOTS) - DIST_SLOTS; in lzma_match()