Home
last modified time | relevance | path

Searched refs:macroblock_modes (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.c664 int dmv = mb->macroblock_modes.bits.frame_motion_type == PIPE_MPEG12_MO_TYPE_DUAL_PRIME; in motion_vector_frame()
667 if (mb->macroblock_modes.bits.frame_motion_type == PIPE_MPEG12_MO_TYPE_FIELD) { in motion_vector_frame()
688 int dmv = mb->macroblock_modes.bits.field_motion_type == PIPE_MPEG12_MO_TYPE_DUAL_PRIME; in motion_vector_field()
691 if (mb->macroblock_modes.bits.field_motion_type == PIPE_MPEG12_MO_TYPE_16x8) { in motion_vector_field()
883 mb.macroblock_modes.value = 0; in decode_slice()
887 mb.macroblock_modes.bits.frame_motion_type = vl_vlc_get_uimsbf(&bs->vlc, 2); in decode_slice()
889 mb.macroblock_modes.bits.frame_motion_type = 2; in decode_slice()
891 mb.macroblock_modes.bits.field_motion_type = vl_vlc_get_uimsbf(&bs->vlc, 2); in decode_slice()
895 mb.macroblock_modes.bits.frame_motion_type = 2; in decode_slice()
897 mb.macroblock_modes.bits.field_motion_type = 1; in decode_slice()
[all …]
Dvl_mpeg12_decoder.c364 switch (mb->macroblock_modes.bits.frame_motion_type) { in MotionVectorToPipe()
430 stream->coding = mb->macroblock_modes.bits.dct_type; in UploadYcbcrBlocks()
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dsurface.c68 mb->macroblock_modes.bits.frame_motion_type = xvmc_mb->motion_type; in MacroBlocksToPipe()
69 mb->macroblock_modes.bits.field_motion_type = 0; in MacroBlocksToPipe()
74 mb->macroblock_modes.bits.frame_motion_type = 0; in MacroBlocksToPipe()
75 mb->macroblock_modes.bits.field_motion_type = xvmc_mb->motion_type; in MacroBlocksToPipe()
82 mb->macroblock_modes.bits.dct_type = xvmc_mb->dct_type; in MacroBlocksToPipe()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video_vp.c270 if (macrob->macroblock_modes.bits.dct_type) in nv84_decoder_vp_mpeg12_mb()
273 (macrob->macroblock_modes.value & 0xf); in nv84_decoder_vp_mpeg12_mb()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c169 if (luma && mb->macroblock_modes.bits.dct_type == PIPE_MPEG12_DCT_TYPE_FIELD) in nouveau_vpe_mb_dct_header()
293 switch (mb->macroblock_modes.bits.frame_motion_type) { in nouveau_vpe_mb_mv_header()
315 switch (mb->macroblock_modes.bits.field_motion_type) { in nouveau_vpe_mb_mv_header()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h193 } macroblock_modes; member