Lines Matching defs:table
61 /* (run, length) encoded value for the symbols table. The actual symbols
63 * The last two entries in the following table apply to luma only.
89 code = get_vlc2(&s->gb, rv_dc_lum.table, DC_VLC_BITS, 2);
91 code = get_vlc2(&s->gb, rv_dc_chrom.table, DC_VLC_BITS, 2);
343 static VLCElem table[1472 + 992];
345 rv_dc_lum.table = table;
351 * Modifying the table directly saves us the useless subtables. */
352 rv_dc_lum.table[(0x7F << (DC_VLC_BITS - 7)) + i].sym = 255;
353 rv_dc_lum.table[(0x7F << (DC_VLC_BITS - 7)) + i].len = 18;
355 rv_dc_chrom.table = &table[1472];
361 rv_dc_chrom.table[(0x1FE << (DC_VLC_BITS - 9)) + i].sym = 255;
362 rv_dc_chrom.table[(0x1FE << (DC_VLC_BITS - 9)) + i].len = 18;