HomeSort by relevance Sort by last modified time
    Searched refs:dist_slot (Results 1 - 2 of 2) sorted by null

  /external/lzma/xz-embedded/
xz_dec_lzma2.c 190 uint16_t dist_slot[DIST_STATES][DIST_SLOTS]; member in struct:lzma_dec
649 uint32_t dist_slot; local
660 probs = s->lzma.dist_slot[lzma_get_dist_state(s->lzma.len)];
661 dist_slot = rc_bittree(&s->rc, probs, DIST_SLOTS) - DIST_SLOTS;
663 if (dist_slot < DIST_MODEL_START) {
664 s->lzma.rep0 = dist_slot;
666 limit = (dist_slot >> 1) - 1;
667 s->lzma.rep0 = 2 + (dist_slot & 1);
669 if (dist_slot < DIST_MODEL_END) {
672 - dist_slot - 1
    [all...]
  /external/toybox/toys/pending/
xzcat.c 1352 uint16_t dist_slot[DIST_STATES][DIST_SLOTS]; member in struct:lzma_dec
1797 uint32_t dist_slot; local
    [all...]

Completed in 615 milliseconds