Home
last modified time | relevance | path

Searched refs:aic_mode2_vlc (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Drv40.c41 static VLC aic_mode1_vlc[AIC_MODE1_NUM], aic_mode2_vlc[AIC_MODE2_NUM]; variable
85 aic_mode2_vlc[i].table = &aic_mode2_table[offset]; in rv40_init_tables()
86 aic_mode2_vlc[i].table_allocated = FF_ARRAY_ELEMS(aic_mode2_table) - offset; in rv40_init_tables()
87 ff_init_vlc_from_lengths(&aic_mode2_vlc[i], AIC_MODE2_BITS, AIC_MODE2_SIZE, in rv40_init_tables()
90 offset += aic_mode2_vlc[i].table_size; in rv40_init_tables()
201 AV_WN16(ptr, get_vlc2(gb, aic_mode2_vlc[k].table, AIC_MODE2_BITS, 2)); in rv40_decode_intra_types()