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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c670 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[
[all...]
H A Dvl_mpeg12_decoder.c287 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];
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c670 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[
[all...]
H A Dvl_mpeg12_decoder.c287 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];
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_video.c311 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[
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.c311 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[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_video_state.h171 short PMV[2][2][2]; member in struct:pipe_mpeg12_macroblock
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h171 short PMV[2][2][2]; member in struct:pipe_mpeg12_macroblock
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
H A Dsurface.c87 mb->PMV[i][j][k] = xvmc_mb->PMV[i][j][k];
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dsurface.c87 mb->PMV[i][j][k] = xvmc_mb->PMV[i][j][k];
/external/chromium_org/third_party/libva/va/
H A Dva.h1186 short PMV[2][2][2]; /* see Table 7-7 in the spec */ member in struct:_VAMacroblockParameterBufferMPEG2

Completed in 154 milliseconds