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