AIC_TOP_BITS 53 libavcodec/rv40.c static VLC_TYPE aic_table[1 << AIC_TOP_BITS][2]; AIC_TOP_BITS 60 libavcodec/rv40.c aic_top_vlc.table_allocated = 1 << AIC_TOP_BITS; AIC_TOP_BITS 61 libavcodec/rv40.c init_vlc(&aic_top_vlc, AIC_TOP_BITS, AIC_TOP_SIZE, AIC_TOP_BITS 172 libavcodec/rv40.c pattern = get_vlc2(gb, aic_top_vlc.table, AIC_TOP_BITS, 1);