OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:field_motion_type
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/gallium/include/pipe/
p_video_state.h
159
unsigned int
field_motion_type
:2;
member in struct:pipe_mpeg12_macroblock::__anon20836::__anon20837
/external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c
68
mb->macroblock_modes.bits.
field_motion_type
= 0;
74
mb->macroblock_modes.bits.
field_motion_type
= xvmc_mb->motion_type;
/external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c
688
int dmv = mb->macroblock_modes.bits.
field_motion_type
== PIPE_MPEG12_MO_TYPE_DUAL_PRIME;
691
if (mb->macroblock_modes.bits.
field_motion_type
== PIPE_MPEG12_MO_TYPE_16x8) {
862
mb.macroblock_modes.bits.
field_motion_type
= vl_vlc_get_uimsbf(&bs->vlc, 2);
868
mb.macroblock_modes.bits.
field_motion_type
= 1;
/external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c
326
switch (mb->macroblock_modes.bits.
field_motion_type
) {
/hardware/intel/img/psb_video/src/mrst/
psb_MPEG2MC.c
59
#define MBPARAM_MotionType(ptr) (((ptr)->macroblock_modes.bits.frame_motion_type << 1) | (ptr)->macroblock_modes.bits.
field_motion_type
)
[
all
...]
/hardware/intel/common/libva/va/
va.h
1792
unsigned int
field_motion_type
: 2;
member in struct:_VAMacroblockParameterBufferMPEG2::__anon31215::__anon31216
[
all
...]
Completed in 228 milliseconds