Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Drv10.c79 static VLC rv_dc_lum, rv_dc_chrom; variable
86 code = get_vlc2(&s->gb, rv_dc_lum.table, DC_VLC_BITS, 2); in ff_rv_decode_dc()
344 rv_dc_lum.table = table; in rv10_init_static()
345 rv_dc_lum.table_allocated = 1472; in rv10_init_static()
346 rv10_build_vlc(&rv_dc_lum, rv_lum_len_count, in rv10_init_static()
351 rv_dc_lum.table[(0x7F << (DC_VLC_BITS - 7)) + i][0] = 255; in rv10_init_static()
352 rv_dc_lum.table[(0x7F << (DC_VLC_BITS - 7)) + i][1] = 18; in rv10_init_static()