VLCBITS            42 libavcodec/wma.c     init_vlc(vlc, VLCBITS, n, table_bits, 1, 1, table_codes, 4, 4, 0);
VLCBITS            51 libavcodec/wma.h #define VLCMAX ((22+VLCBITS-1)/VLCBITS)
VLCBITS           504 libavcodec/wmadec.c                 code = get_vlc2(&s->gb, coef_vlc->table, VLCBITS, VLCMAX);