Searched defs:dist_slot (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_dec_lzma2.c193 uint16_t dist_slot[DIST_STATES][DIST_SLOTS]; member in struct:lzma_dec
648 uint32_t dist_slot; local
659 probs = s->lzma.dist_slot[lzma_get_dist_state(s->lzma.len)];
660 dist_slot = rc_bittree(&s->rc, probs, DIST_SLOTS) - DIST_SLOTS;
662 if (dist_slot < DIST_MODEL_START) {
663 s->lzma.rep0 = dist_slot;
665 limit = (dist_slot >> 1) - 1;
666 s->lzma.rep0 = 2 + (dist_slot & 1);
668 if (dist_slot < DIST_MODEL_END) {
671 - dist_slot
[all...]

Completed in 45 milliseconds