AC_VLC_BITS        38 libavcodec/intrax8.c #define AC_VLC_MTD MAX_TABLE_DEPTH(AC_VLC_BITS, MAX_AC_VLC_BITS)
AC_VLC_BITS        50 libavcodec/intrax8.c               AC_VLC_BITS,77, \
AC_VLC_BITS       179 libavcodec/intrax8.c     i = get_vlc2(&s->gb, w->j_ac_vlc[mode]->table, AC_VLC_BITS, AC_VLC_MTD);
AC_VLC_BITS       103 libavcodec/vc1.c             init_vlc(&ff_vc1_ac_coeff_table[i], AC_VLC_BITS, vc1_ac_sizes[i],
AC_VLC_BITS      2365 libavcodec/vc1.c     index = get_vlc2(gb, ff_vc1_ac_coeff_table[codingset].table, AC_VLC_BITS, 3);
AC_VLC_BITS      2375 libavcodec/vc1.c             index = get_vlc2(gb, ff_vc1_ac_coeff_table[codingset].table, AC_VLC_BITS, 3);