OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tbl_B2
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c
524
static struct vl_vlc_entry
tbl_B2
[1 << 2];
601
vl_vlc_init_table(
tbl_B2
, Elements(
tbl_B2
), macroblock_type_i, Elements(macroblock_type_i));
837
mb.macroblock_type = vl_vlc_get_vlclbf(&bs->vlc,
tbl_B2
, 2);
/external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c
524
static struct vl_vlc_entry
tbl_B2
[1 << 2];
601
vl_vlc_init_table(
tbl_B2
, Elements(
tbl_B2
), macroblock_type_i, Elements(macroblock_type_i));
837
mb.macroblock_type = vl_vlc_get_vlclbf(&bs->vlc,
tbl_B2
, 2);
Completed in 49 milliseconds