Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Drv40.c44 static VLC aic_mode1_vlc[AIC_MODE1_NUM], aic_mode2_vlc[AIC_MODE2_NUM]; variable
88 aic_mode2_vlc[i].table = &aic_mode2_table[offset]; in rv40_init_tables()
89 aic_mode2_vlc[i].table_allocated = FF_ARRAY_ELEMS(aic_mode2_table) - offset; in rv40_init_tables()
90 ff_init_vlc_from_lengths(&aic_mode2_vlc[i], AIC_MODE2_BITS, AIC_MODE2_SIZE, in rv40_init_tables()
93 offset += aic_mode2_vlc[i].table_size; in rv40_init_tables()
204 AV_WN16(ptr, get_vlc2(gb, aic_mode2_vlc[k].table, AIC_MODE2_BITS, 2)); in rv40_decode_intra_types()

Completed in 2 milliseconds