STUDIO_INTRA_BITS 1837 libavcodec/mpeg4videodec.c         dct_dc_size = get_vlc2(&s->gb, ctx->studio_luma_dc.table, STUDIO_INTRA_BITS, 2);
STUDIO_INTRA_BITS 1842 libavcodec/mpeg4videodec.c             dct_dc_size = get_vlc2(&s->gb, ctx->studio_luma_dc.table, STUDIO_INTRA_BITS, 2);
STUDIO_INTRA_BITS 1844 libavcodec/mpeg4videodec.c             dct_dc_size = get_vlc2(&s->gb, ctx->studio_chroma_dc.table, STUDIO_INTRA_BITS, 2);
STUDIO_INTRA_BITS 1876 libavcodec/mpeg4videodec.c         group = get_vlc2(&s->gb, cur_vlc->table, STUDIO_INTRA_BITS, 2);
STUDIO_INTRA_BITS 3512 libavcodec/mpeg4videodec.c         ret = init_vlc(&ctx->studio_intra_tab[i], STUDIO_INTRA_BITS, 22,
STUDIO_INTRA_BITS 3521 libavcodec/mpeg4videodec.c     ret = init_vlc(&ctx->studio_luma_dc, STUDIO_INTRA_BITS, 19,
STUDIO_INTRA_BITS 3528 libavcodec/mpeg4videodec.c     ret = init_vlc(&ctx->studio_chroma_dc, STUDIO_INTRA_BITS, 19,