ACDC_VLC_BITS 505 libavcodec/4xm.c val = get_vlc2(&f->pre_gb, f->pre_vlc.table, ACDC_VLC_BITS, 3); ACDC_VLC_BITS 519 libavcodec/4xm.c code = get_vlc2(&f->pre_gb, f->pre_vlc.table, ACDC_VLC_BITS, 3); ACDC_VLC_BITS 700 libavcodec/4xm.c if (init_vlc(&f->pre_vlc, ACDC_VLC_BITS, 257, len_tab, 1, 1, ACDC_VLC_BITS 821 libavcodec/4xm.c if (get_vlc2(&f->pre_gb, f->pre_vlc.table, ACDC_VLC_BITS, 3) != 256)