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

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 670 mb->PMV[0][s][0] = wrap(mb->PMV[0][s][0] + delta[0], bs->desc->f_code[s][0]);
671 mb->PMV[0][s][1] = wrap(DIV2DOWN(mb->PMV[0][s][1]) + delta[1], bs->desc->f_code[s][1]) * 2;
675 mb->PMV[1][s][0] = wrap(mb->PMV[1][s][0] + delta[0], bs->desc->f_code[s][0]);
676 mb->PMV[1][s][1] = wrap(DIV2DOWN(mb->PMV[1][s][1]) + delta[1], bs->desc->f_code[s][1]) * 2;
680 mb->PMV[0][s][0] = wrap(mb->PMV[0][s][0] + delta[0], bs->desc->f_code[s][0])
    [all...]
vl_mpeg12_decoder.c 287 mv.top.x = mb->PMV[0][vector][0];
288 mv.top.y = mb->PMV[0][vector][1];
292 mv.bottom.x = mb->PMV[0][vector][0];
293 mv.bottom.y = mb->PMV[0][vector][1];
299 mv.top.x = mb->PMV[0][vector][0];
300 mv.top.y = mb->PMV[0][vector][1];
305 mv.bottom.x = mb->PMV[1][vector][0];
306 mv.bottom.y = mb->PMV[1][vector][1];
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c 311 x, y, mb->PMV[0][0], dec->past, TRUE);
313 x, y2, mb->PMV[0][0], dec->past, FALSE);
317 x, y, mb->PMV[1][0], dec->future, TRUE);
319 x, y2, mb->PMV[1][1], dec->future, FALSE);
336 x, y, mb->PMV[0][0], dec->past, TRUE);
340 x, y, mb->PMV[0][1], dec->future, TRUE);
356 x, y, mb->PMV[0][0], dec->past, TRUE);
359 x, y, mb->PMV[0][1], dec->future, TRUE);
369 x, y, mb->PMV[0][0], dec->past, TRUE);
372 x, y2, mb->PMV[1][0], dec->past, FALSE)
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 171 short PMV[2][2][2];
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2MC.c 302 MVector[0].horz = mb_param->PMV[0][0][0]; \
303 MVector[0].vert = mb_param->PMV[0][0][1]; \
305 MVector[1].horz = mb_param->PMV[0][1][0]; \
306 MVector[1].vert = mb_param->PMV[0][1][1]; \
308 MVector[2].horz = mb_param->PMV[1][0][0]; \
309 MVector[2].vert = mb_param->PMV[1][0][1]; \
311 MVector[3].horz = mb_param->PMV[1][1][0]; \
312 MVector[3].vert = mb_param->PMV[1][1][1]; \
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 87 mb->PMV[i][j][k] = xvmc_mb->PMV[i][j][k];
  /hardware/intel/common/libva/va/
va.h     [all...]

Completed in 623 milliseconds