Home
last modified time | relevance | path

Searched refs:PMV (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.c670 mb->PMV[0][s][0] = wrap(mb->PMV[0][s][0] + delta[0], bs->desc->f_code[s][0]); in motion_vector_frame()
671 mb->PMV[0][s][1] = wrap(DIV2DOWN(mb->PMV[0][s][1]) + delta[1], bs->desc->f_code[s][1]) * 2; in motion_vector_frame()
675 mb->PMV[1][s][0] = wrap(mb->PMV[1][s][0] + delta[0], bs->desc->f_code[s][0]); in motion_vector_frame()
676 mb->PMV[1][s][1] = wrap(DIV2DOWN(mb->PMV[1][s][1]) + delta[1], bs->desc->f_code[s][1]) * 2; in motion_vector_frame()
680 mb->PMV[0][s][0] = wrap(mb->PMV[0][s][0] + delta[0], bs->desc->f_code[s][0]); in motion_vector_frame()
681 mb->PMV[0][s][1] = wrap(mb->PMV[0][s][1] + delta[1], bs->desc->f_code[s][1]); in motion_vector_frame()
880 memset(mb.PMV, 0, sizeof(mb.PMV)); in decode_slice()
900 mb.PMV[1][0][0] = mb.PMV[0][0][0]; in decode_slice()
901 mb.PMV[1][0][1] = mb.PMV[0][0][1]; in decode_slice()
906 memset(mb.PMV, 0, sizeof(mb.PMV)); in decode_slice()
[all …]
Dvl_mpeg12_decoder.c287 mv.top.x = mb->PMV[0][vector][0]; in MotionVectorToPipe()
288 mv.top.y = mb->PMV[0][vector][1]; in MotionVectorToPipe()
292 mv.bottom.x = mb->PMV[0][vector][0]; in MotionVectorToPipe()
293 mv.bottom.y = mb->PMV[0][vector][1]; in MotionVectorToPipe()
299 mv.top.x = mb->PMV[0][vector][0]; in MotionVectorToPipe()
300 mv.top.y = mb->PMV[0][vector][1]; in MotionVectorToPipe()
305 mv.bottom.x = mb->PMV[1][vector][0]; in MotionVectorToPipe()
306 mv.bottom.y = mb->PMV[1][vector][1]; in MotionVectorToPipe()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.c670 mb->PMV[0][s][0] = wrap(mb->PMV[0][s][0] + delta[0], bs->desc->f_code[s][0]); in motion_vector_frame()
671 mb->PMV[0][s][1] = wrap(DIV2DOWN(mb->PMV[0][s][1]) + delta[1], bs->desc->f_code[s][1]) * 2; in motion_vector_frame()
675 mb->PMV[1][s][0] = wrap(mb->PMV[1][s][0] + delta[0], bs->desc->f_code[s][0]); in motion_vector_frame()
676 mb->PMV[1][s][1] = wrap(DIV2DOWN(mb->PMV[1][s][1]) + delta[1], bs->desc->f_code[s][1]) * 2; in motion_vector_frame()
680 mb->PMV[0][s][0] = wrap(mb->PMV[0][s][0] + delta[0], bs->desc->f_code[s][0]); in motion_vector_frame()
681 mb->PMV[0][s][1] = wrap(mb->PMV[0][s][1] + delta[1], bs->desc->f_code[s][1]); in motion_vector_frame()
880 memset(mb.PMV, 0, sizeof(mb.PMV)); in decode_slice()
900 mb.PMV[1][0][0] = mb.PMV[0][0][0]; in decode_slice()
901 mb.PMV[1][0][1] = mb.PMV[0][0][1]; in decode_slice()
906 memset(mb.PMV, 0, sizeof(mb.PMV)); in decode_slice()
[all …]
Dvl_mpeg12_decoder.c287 mv.top.x = mb->PMV[0][vector][0]; in MotionVectorToPipe()
288 mv.top.y = mb->PMV[0][vector][1]; in MotionVectorToPipe()
292 mv.bottom.x = mb->PMV[0][vector][0]; in MotionVectorToPipe()
293 mv.bottom.y = mb->PMV[0][vector][1]; in MotionVectorToPipe()
299 mv.top.x = mb->PMV[0][vector][0]; in MotionVectorToPipe()
300 mv.top.y = mb->PMV[0][vector][1]; in MotionVectorToPipe()
305 mv.bottom.x = mb->PMV[1][vector][0]; in MotionVectorToPipe()
306 mv.bottom.y = mb->PMV[1][vector][1]; in MotionVectorToPipe()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c311 x, y, mb->PMV[0][0], dec->past, TRUE); in nouveau_vpe_mb_mv_header()
313 x, y2, mb->PMV[0][0], dec->past, FALSE); in nouveau_vpe_mb_mv_header()
317 x, y, mb->PMV[1][0], dec->future, TRUE); in nouveau_vpe_mb_mv_header()
319 x, y2, mb->PMV[1][1], dec->future, FALSE); in nouveau_vpe_mb_mv_header()
336 x, y, mb->PMV[0][0], dec->past, TRUE); in nouveau_vpe_mb_mv_header()
340 x, y, mb->PMV[0][1], dec->future, TRUE); in nouveau_vpe_mb_mv_header()
356 x, y, mb->PMV[0][0], dec->past, TRUE); in nouveau_vpe_mb_mv_header()
359 x, y, mb->PMV[0][1], dec->future, TRUE); in nouveau_vpe_mb_mv_header()
369 x, y, mb->PMV[0][0], dec->past, TRUE); in nouveau_vpe_mb_mv_header()
372 x, y2, mb->PMV[1][0], dec->past, FALSE); in nouveau_vpe_mb_mv_header()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
Dnouveau_video.c311 x, y, mb->PMV[0][0], dec->past, TRUE); in nouveau_vpe_mb_mv_header()
313 x, y2, mb->PMV[0][0], dec->past, FALSE); in nouveau_vpe_mb_mv_header()
317 x, y, mb->PMV[1][0], dec->future, TRUE); in nouveau_vpe_mb_mv_header()
319 x, y2, mb->PMV[1][1], dec->future, FALSE); in nouveau_vpe_mb_mv_header()
336 x, y, mb->PMV[0][0], dec->past, TRUE); in nouveau_vpe_mb_mv_header()
340 x, y, mb->PMV[0][1], dec->future, TRUE); in nouveau_vpe_mb_mv_header()
356 x, y, mb->PMV[0][0], dec->past, TRUE); in nouveau_vpe_mb_mv_header()
359 x, y, mb->PMV[0][1], dec->future, TRUE); in nouveau_vpe_mb_mv_header()
369 x, y, mb->PMV[0][0], dec->past, TRUE); in nouveau_vpe_mb_mv_header()
372 x, y2, mb->PMV[1][0], dec->past, FALSE); in nouveau_vpe_mb_mv_header()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
Dp_video_state.h171 short PMV[2][2][2]; member
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h171 short PMV[2][2][2]; member
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
Dsurface.c87 mb->PMV[i][j][k] = xvmc_mb->PMV[i][j][k]; in MacroBlocksToPipe()
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dsurface.c87 mb->PMV[i][j][k] = xvmc_mb->PMV[i][j][k]; in MacroBlocksToPipe()
/external/chromium_org/third_party/libva/va/
Dva.h1186 short PMV[2][2][2]; /* see Table 7-7 in the spec */ member