EXPVLCBITS         43 libavcodec/wmadec.c #define EXPMAX     ((19 + EXPVLCBITS - 1) / EXPVLCBITS)
EXPVLCBITS        118 libavcodec/wmadec.c         init_vlc(&s->exp_vlc, EXPVLCBITS, sizeof(ff_aac_scalefactor_bits), // FIXME move out of context
EXPVLCBITS        346 libavcodec/wmadec.c         code = get_vlc2(&s->gb, s->exp_vlc.table, EXPVLCBITS, EXPMAX);