AC_VLC_BITS        42 libavcodec/intrax8.c #define AC_VLC_MTD MAX_TABLE_DEPTH(AC_VLC_BITS, MAX_AC_VLC_BITS)
AC_VLC_BITS        74 libavcodec/intrax8.c         init_vlc(&dst, AC_VLC_BITS, 77, &src[1], 4, 2, &src[0], 4, 2,         \
AC_VLC_BITS       212 libavcodec/intrax8.c     i = get_vlc2(w->gb, w->j_ac_vlc[mode]->table, AC_VLC_BITS, AC_VLC_MTD);
AC_VLC_BITS      1643 libavcodec/vc1.c             init_vlc(&ff_vc1_ac_coeff_table[i], AC_VLC_BITS, ff_vc1_ac_sizes[i],
AC_VLC_BITS       517 libavcodec/vc1_block.c     index = get_vlc2(gb, ff_vc1_ac_coeff_table[codingset].table, AC_VLC_BITS, 3);
AC_VLC_BITS       528 libavcodec/vc1_block.c             index = get_vlc2(gb, ff_vc1_ac_coeff_table[codingset].table, AC_VLC_BITS, 3);