Lines Matching refs:index
569 code = table[index].sym; \
570 n = table[index].len; \
576 index = SHOW_UBITS(name, gb, nb_bits) + code; \
577 code = table[index].sym; \
578 n = table[index].len; \
584 index = SHOW_UBITS(name, gb, nb_bits) + code; \
585 code = table[index].sym; \
586 n = table[index].len; \
596 unsigned int index = SHOW_UBITS(name, gb, bits); \
597 int code, n = dtable[index].len; \
604 index = SHOW_UBITS(name, gb, bits); \
607 code = dtable[index].sym; \
680 unsigned int index;
683 index = SHOW_UBITS(re, &s->gb, VLC_BITS);
700 unsigned int index;
703 index = SHOW_UBITS(re, &s->gb, VLC_BITS);
750 unsigned int index;
754 index = SHOW_UBITS(re, &s->gb, VLC_BITS);
755 n = s->vlc[4].table[index].len;
758 code = s->vlc[4].table[index].sym;
767 index = SHOW_UBITS(re, &s->gb, VLC_BITS);
772 index = SHOW_UBITS(re, &s->gb, VLC_BITS);
780 index = SHOW_UBITS(re, &s->gb, VLC_BITS);
785 index = SHOW_UBITS(re, &s->gb, VLC_BITS);
792 index = SHOW_UBITS(re, &s->gb, VLC_BITS);