Lines Matching refs:VLC_BITS

124     uint16_t *symbols = av_mallocz(5 << VLC_BITS);
129 bits = symbols + (1 << VLC_BITS);
130 len = (uint8_t *)(bits + (1 << VLC_BITS));
138 int limit = VLC_BITS - len0;
149 av_assert0(i < (1 << VLC_BITS));
157 if ((ret = ff_init_vlc_sparse(&s->vlc[4 + p], VLC_BITS, i, len, 1, 1,
171 int limit0 = VLC_BITS - len0;
184 av_assert0(i < (1 << VLC_BITS));
201 if ((ret = init_vlc(&s->vlc[4], VLC_BITS, i, len, 1, 1,
229 if ((ret = init_vlc(&s->vlc[i], VLC_BITS, s->vlc_n, s->len[i], 1, 1,
269 if ((ret = init_vlc(&s->vlc[i], VLC_BITS, 256, s->len[i], 1, 1,
618 s->vlc[0].table, s->vlc[plane1].table, VLC_BITS, 3, OP8bits)
652 s->vlc[plane].table, s->vlc[plane].table, VLC_BITS, 3, OP)
659 dst0 = get_vlc2(&s->gb, s->vlc[plane].table, VLC_BITS, 3)*4;\
661 dst1 = get_vlc2(&s->gb, s->vlc[plane].table, VLC_BITS, 3)*4;\
683 index = SHOW_UBITS(re, &s->gb, VLC_BITS);
685 &s->gb, re, VLC_BITS, 3);
703 index = SHOW_UBITS(re, &s->gb, VLC_BITS);
705 &s->gb, re, VLC_BITS, 3);
719 int dst = (unsigned)get_vlc2(&s->gb, s->vlc[plane].table, VLC_BITS, 3)<<2;
754 index = SHOW_UBITS(re, &s->gb, VLC_BITS);
764 &s->gb, re, VLC_BITS, 3);
767 index = SHOW_UBITS(re, &s->gb, VLC_BITS);
768 VLC_INTERN(code, s->vlc[0].table, &s->gb, re, VLC_BITS, 3);
772 index = SHOW_UBITS(re, &s->gb, VLC_BITS);
773 VLC_INTERN(code, s->vlc[2].table, &s->gb, re, VLC_BITS, 3);
777 &s->gb, re, VLC_BITS, 3);
780 index = SHOW_UBITS(re, &s->gb, VLC_BITS);
782 &s->gb, re, VLC_BITS, 3);
785 index = SHOW_UBITS(re, &s->gb, VLC_BITS);
787 &s->gb, re, VLC_BITS, 3);
792 index = SHOW_UBITS(re, &s->gb, VLC_BITS);
794 &s->gb, re, VLC_BITS, 3);