HomeSort by relevance Sort by last modified time
    Searched refs:macroblock_modes (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) {
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) {
854 mb.macroblock_modes.value = 0;
858 mb.macroblock_modes.bits.frame_motion_type = vl_vlc_get_uimsbf(&bs->vlc, 2);
860 mb.macroblock_modes.bits.frame_motion_type = 2;
862 mb.macroblock_modes.bits.field_motion_type = vl_vlc_get_uimsbf(&bs->vlc, 2);
866 mb.macroblock_modes.bits.frame_motion_type = 2;
868 mb.macroblock_modes.bits.field_motion_type = 1
    [all...]
vl_mpeg12_decoder.c 285 switch (mb->macroblock_modes.bits.frame_motion_type) {
351 stream->coding = mb->macroblock_modes.bits.dct_type;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 67 mb->macroblock_modes.bits.frame_motion_type = xvmc_mb->motion_type;
68 mb->macroblock_modes.bits.field_motion_type = 0;
73 mb->macroblock_modes.bits.frame_motion_type = 0;
74 mb->macroblock_modes.bits.field_motion_type = xvmc_mb->motion_type;
81 mb->macroblock_modes.bits.dct_type = xvmc_mb->dct_type;
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 165 } 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 180 if (luma && mb->macroblock_modes.bits.dct_type == PIPE_MPEG12_DCT_TYPE_FIELD)
304 switch (mb->macroblock_modes.bits.frame_motion_type) {
326 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 391 milliseconds