PTYPE_VLC_BITS     56 libavcodec/rv40.c     static VLC_TYPE ptype_table[NUM_PTYPE_VLCS << PTYPE_VLC_BITS][2];
PTYPE_VLC_BITS     81 libavcodec/rv40.c         ptype_vlc[i].table = &ptype_table[i << PTYPE_VLC_BITS];
PTYPE_VLC_BITS     82 libavcodec/rv40.c         ptype_vlc[i].table_allocated = 1 << PTYPE_VLC_BITS;
PTYPE_VLC_BITS     83 libavcodec/rv40.c         ff_init_vlc_sparse(&ptype_vlc[i], PTYPE_VLC_BITS, PTYPE_VLC_SIZE,
PTYPE_VLC_BITS    267 libavcodec/rv40.c         q = get_vlc2(gb, ptype_vlc[prev_type].table, PTYPE_VLC_BITS, 1);
PTYPE_VLC_BITS    270 libavcodec/rv40.c         q = get_vlc2(gb, ptype_vlc[prev_type].table, PTYPE_VLC_BITS, 1);