HomeSort by relevance Sort by last modified time
    Searched refs:macroblock_modes (Results 1 - 8 of 8) 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) {
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) {
883 mb.macroblock_modes.value = 0;
887 mb.macroblock_modes.bits.frame_motion_type = vl_vlc_get_uimsbf(&bs->vlc, 2);
889 mb.macroblock_modes.bits.frame_motion_type = 2;
891 mb.macroblock_modes.bits.field_motion_type = vl_vlc_get_uimsbf(&bs->vlc, 2);
895 mb.macroblock_modes.bits.frame_motion_type = 2;
897 mb.macroblock_modes.bits.field_motion_type = 1
    [all...]
vl_mpeg12_decoder.c 364 switch (mb->macroblock_modes.bits.frame_motion_type) {
430 stream->coding = mb->macroblock_modes.bits.dct_type;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 68 mb->macroblock_modes.bits.frame_motion_type = xvmc_mb->motion_type;
69 mb->macroblock_modes.bits.field_motion_type = 0;
74 mb->macroblock_modes.bits.frame_motion_type = 0;
75 mb->macroblock_modes.bits.field_motion_type = xvmc_mb->motion_type;
82 mb->macroblock_modes.bits.dct_type = xvmc_mb->dct_type;
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video_vp.c 270 if (macrob->macroblock_modes.bits.dct_type)
273 (macrob->macroblock_modes.value & 0xf);
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 193 } macroblock_modes; member in struct:pipe_mpeg12_macroblock
  /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...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c 169 if (luma && mb->macroblock_modes.bits.dct_type == PIPE_MPEG12_DCT_TYPE_FIELD)
293 switch (mb->macroblock_modes.bits.frame_motion_type) {
315 switch (mb->macroblock_modes.bits.field_motion_type) {
  /hardware/intel/common/libva/va/
va.h 1796 } macroblock_modes; member in struct:_VAMacroblockParameterBufferMPEG2
    [all...]

Completed in 604 milliseconds