Lines Matching refs:mb
51 struct pipe_mpeg12_macroblock *mb,
61 mb->base.codec = PIPE_VIDEO_FORMAT_MPEG12;
62 mb->x = xvmc_mb->x;
63 mb->y = xvmc_mb->y;
64 mb->macroblock_type = xvmc_mb->macroblock_type;
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;
83 mb->motion_vertical_field_select = xvmc_mb->motion_vertical_field_select;
88 mb->PMV[i][j][k] = xvmc_mb->PMV[i][j][k];
90 mb->coded_block_pattern = xvmc_mb->coded_block_pattern;
91 mb->blocks = xvmc_blocks->blocks + xvmc_mb->index * BLOCK_SIZE_SAMPLES;
92 mb->num_skipped_macroblocks = 0;
95 ++mb;
224 struct pipe_mpeg12_macroblock mb[num_macroblocks];
307 xvmc_mb, blocks, mb, num_macroblocks);
312 &mb[0].base, num_macroblocks);