Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Drv10.c82 static VLC rv_dc_lum, rv_dc_chrom; variable
89 code = get_vlc2(&s->gb, rv_dc_lum.table, DC_VLC_BITS, 2); in ff_rv_decode_dc()
345 rv_dc_lum.table = table; in rv10_init_static()
346 rv_dc_lum.table_allocated = 1472; in rv10_init_static()
347 rv10_build_vlc(&rv_dc_lum, rv_lum_len_count, in rv10_init_static()
352 rv_dc_lum.table[(0x7F << (DC_VLC_BITS - 7)) + i].sym = 255; in rv10_init_static()
353 rv_dc_lum.table[(0x7F << (DC_VLC_BITS - 7)) + i].len = 18; in rv10_init_static()

Completed in 2 milliseconds