HomeSort by relevance Sort by last modified time
    Searched refs:xvmc_mb (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
surface.c 48 const XvMCMacroBlock *xvmc_mb,
55 assert(xvmc_mb);
61 mb->x = xvmc_mb->x;
62 mb->y = xvmc_mb->y;
63 mb->macroblock_type = xvmc_mb->macroblock_type;
67 mb->macroblock_modes.bits.frame_motion_type = xvmc_mb->motion_type;
74 mb->macroblock_modes.bits.field_motion_type = xvmc_mb->motion_type;
81 mb->macroblock_modes.bits.dct_type = xvmc_mb->dct_type;
82 mb->motion_vertical_field_select = xvmc_mb->motion_vertical_field_select;
87 mb->PMV[i][j][k] = xvmc_mb->PMV[i][j][k]
225 XvMCMacroBlock *xvmc_mb; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 48 const XvMCMacroBlock *xvmc_mb,
55 assert(xvmc_mb);
61 mb->x = xvmc_mb->x;
62 mb->y = xvmc_mb->y;
63 mb->macroblock_type = xvmc_mb->macroblock_type;
67 mb->macroblock_modes.bits.frame_motion_type = xvmc_mb->motion_type;
74 mb->macroblock_modes.bits.field_motion_type = xvmc_mb->motion_type;
81 mb->macroblock_modes.bits.dct_type = xvmc_mb->dct_type;
82 mb->motion_vertical_field_select = xvmc_mb->motion_vertical_field_select;
87 mb->PMV[i][j][k] = xvmc_mb->PMV[i][j][k]
225 XvMCMacroBlock *xvmc_mb; local
    [all...]

Completed in 28 milliseconds