AC_VLC_BITS        42 libavcodec/intrax8.c #define AC_VLC_MTD MAX_TABLE_DEPTH(AC_VLC_BITS, MAX_AC_VLC_BITS)
AC_VLC_BITS        71 libavcodec/intrax8.c               AC_VLC_BITS,77, \
AC_VLC_BITS       206 libavcodec/intrax8.c     i = get_vlc2(&s->gb, w->j_ac_vlc[mode]->table, AC_VLC_BITS, AC_VLC_MTD);
AC_VLC_BITS      1635 libavcodec/vc1.c             init_vlc(&ff_vc1_ac_coeff_table[i], AC_VLC_BITS, ff_vc1_ac_sizes[i],
AC_VLC_BITS       494 libavcodec/vc1_block.c     index = get_vlc2(gb, ff_vc1_ac_coeff_table[codingset].table, AC_VLC_BITS, 3);
AC_VLC_BITS       503 libavcodec/vc1_block.c             index = get_vlc2(gb, ff_vc1_ac_coeff_table[codingset].table, AC_VLC_BITS, 3);