/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
D | vl_mpeg12_bitstream.c | 670 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 …]
|
D | vl_mpeg12_decoder.c | 287 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/ |
D | vl_mpeg12_bitstream.c | 670 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 …]
|
D | vl_mpeg12_decoder.c | 287 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/ |
D | nouveau_video.c | 311 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/ |
D | nouveau_video.c | 311 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/ |
D | p_video_state.h | 171 short PMV[2][2][2]; member
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_video_state.h | 171 short PMV[2][2][2]; member
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/ |
D | surface.c | 87 mb->PMV[i][j][k] = xvmc_mb->PMV[i][j][k]; in MacroBlocksToPipe()
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | surface.c | 87 mb->PMV[i][j][k] = xvmc_mb->PMV[i][j][k]; in MacroBlocksToPipe()
|
/external/chromium_org/third_party/libva/va/ |
D | va.h | 1186 short PMV[2][2][2]; /* see Table 7-7 in the spec */ member
|