Lines Matching refs:dist_slot
1352 uint16_t dist_slot[DIST_STATES][DIST_SLOTS];
1797 uint32_t dist_slot;
1808 probs = s->lzma.dist_slot[lzma_get_dist_state(s->lzma.len)];
1809 dist_slot = rc_bittree(&s->rc, probs, DIST_SLOTS) - DIST_SLOTS;
1811 if (dist_slot < DIST_MODEL_START) {
1812 s->lzma.rep0 = dist_slot;
1814 limit = (dist_slot >> 1) - 1;
1815 s->lzma.rep0 = 2 + (dist_slot & 1);
1817 if (dist_slot < DIST_MODEL_END) {
1820 - dist_slot - 1;