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) {
858 mb.macroblock_modes.bits.frame_motion_type = vl_vlc_get_uimsbf(&bs->vlc, 2);
860 mb.macroblock_modes.bits.frame_motion_type = 2;
866 mb.macroblock_modes.bits.frame_motion_type = 2;
910 mb.macroblock_modes.bits.frame_motion_type == 2) ||
911 (mb.macroblock_modes.bits.frame_motion_type == 3)) {
917 mb.macroblock_modes.bits.frame_motion_type == 2) {
vl_mpeg12_decoder.c 285 switch (mb->macroblock_modes.bits.frame_motion_type) {
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 156 unsigned int frame_motion_type:2; member in struct:pipe_mpeg12_macroblock::__anon19998::__anon19999
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 67 mb->macroblock_modes.bits.frame_motion_type = xvmc_mb->motion_type;
73 mb->macroblock_modes.bits.frame_motion_type = 0;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c 304 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::__anon30371::__anon30372
    [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 2103 milliseconds