ACDC_VLC_BITS 507 libavcodec/4xm.c val = get_vlc2(&f->pre_gb, f->pre_vlc.table, ACDC_VLC_BITS, 3); ACDC_VLC_BITS 521 libavcodec/4xm.c code = get_vlc2(&f->pre_gb, f->pre_vlc.table, ACDC_VLC_BITS, 3); ACDC_VLC_BITS 707 libavcodec/4xm.c if (init_vlc(&f->pre_vlc, ACDC_VLC_BITS, 257, len_tab, 1, 1, ACDC_VLC_BITS 828 libavcodec/4xm.c if (get_vlc2(&f->pre_gb, f->pre_vlc.table, ACDC_VLC_BITS, 3) != 256)