HomeSort by relevance Sort by last modified time
    Searched refs:frame_motion_type (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 664 int dmv = mb->macroblock_modes.bits.frame_motion_type == PIPE_MPEG12_MO_TYPE_DUAL_PRIME;
667 if (mb->macroblock_modes.bits.frame_motion_type == PIPE_MPEG12_MO_TYPE_FIELD) {
887 mb.macroblock_modes.bits.frame_motion_type = vl_vlc_get_uimsbf(&bs->vlc, 2);
889 mb.macroblock_modes.bits.frame_motion_type = 2;
895 mb.macroblock_modes.bits.frame_motion_type = 2;
940 mb.macroblock_modes.bits.frame_motion_type == 2) ||
941 (mb.macroblock_modes.bits.frame_motion_type == 3)) {
947 mb.macroblock_modes.bits.frame_motion_type == 2) {
vl_mpeg12_decoder.c 364 switch (mb->macroblock_modes.bits.frame_motion_type) {
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 68 mb->macroblock_modes.bits.frame_motion_type = xvmc_mb->motion_type;
74 mb->macroblock_modes.bits.frame_motion_type = 0;
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 184 unsigned int frame_motion_type:2; member in struct:pipe_mpeg12_macroblock::__anon30177::__anon30178
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c 293 switch (mb->macroblock_modes.bits.frame_motion_type) {
  /hardware/intel/common/libva/va/
va.h 1791 unsigned int frame_motion_type : 2; member in struct:_VAMacroblockParameterBufferMPEG2::__anon47496::__anon47497
    [all...]
  /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)
481 MPEG2: For Interlaced frame, derived from ?frame_motion_type?, else same
    [all...]

Completed in 223 milliseconds