Searched refs:macroblock_modes (Results 1 – 6 of 6) sorted by relevance
664 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 …]
364 switch (mb->macroblock_modes.bits.frame_motion_type) { in MotionVectorToPipe()430 stream->coding = mb->macroblock_modes.bits.dct_type; in UploadYcbcrBlocks()
68 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()
270 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()
169 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()
193 } macroblock_modes; member