HomeSort by relevance Sort by last modified time
    Searched full:pmv (Results 1 - 22 of 22) sorted by null

  /external/clang/test/CXX/expr/expr.mptr.oper/
p5.cpp 12 void (X0::*pmv)() volatile,
24 (p->*pmv)();
29 (pc->*pmv)(); // expected-error{{call to pointer to member function of type 'void () volatile' drops 'const' qualifier}}
34 (pv->*pmv)();
39 (pcv->*pmv)(); // expected-error{{call to pointer to member function of type 'void () volatile' drops 'const' qualifier}}
44 (o.*pmv)();
49 (oc.*pmv)(); // expected-error{{call to pointer to member function of type 'void () volatile' drops 'const' qualifier}}
54 (ov.*pmv)();
59 (ocv.*pmv)(); // expected-error{{call to pointer to member function of type 'void () volatile' drops 'const' qualifier}}
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 200 /*mb->PMV[0][0][0] = ;
201 mb->PMV[0][0][1] = ;
202 mb->PMV[0][1][0] = ;
203 mb->PMV[0][1][1] = ;
204 mb->PMV[1][0][0] = ;
205 mb->PMV[1][0][1] = ;
206 mb->PMV[1][1][0] = ;
207 mb->PMV[1][1][1] = ;*/
xvmc_bench.c 243 /*mb->PMV[0][0][0] = ;
244 mb->PMV[0][0][1] = ;
245 mb->PMV[0][1][0] = ;
246 mb->PMV[0][1][1] = ;
247 mb->PMV[1][0][0] = ;
248 mb->PMV[1][0][1] = ;
249 mb->PMV[1][1][0] = ;
250 mb->PMV[1][1][1] = ;*/
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 200 /*mb->PMV[0][0][0] = ;
201 mb->PMV[0][0][1] = ;
202 mb->PMV[0][1][0] = ;
203 mb->PMV[0][1][1] = ;
204 mb->PMV[1][0][0] = ;
205 mb->PMV[1][0][1] = ;
206 mb->PMV[1][1][0] = ;
207 mb->PMV[1][1][1] = ;*/
xvmc_bench.c 243 /*mb->PMV[0][0][0] = ;
244 mb->PMV[0][0][1] = ;
245 mb->PMV[0][1][0] = ;
246 mb->PMV[0][1][1] = ;
247 mb->PMV[1][0][0] = ;
248 mb->PMV[1][0][1] = ;
249 mb->PMV[1][1][0] = ;
250 mb->PMV[1][1][1] = ;*/
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_video_state.h 171 short PMV[2][2][2];
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 171 short PMV[2][2][2];
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gl.py 56 'perspective', 'pick', 'picksize', 'pixmode', 'pmv', 'pmv2', 'pmv2i',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gl.py 56 'perspective', 'pick', 'picksize', 'pixmode', 'pmv', 'pmv2', 'pmv2i',
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
surface.c 87 mb->PMV[i][j][k] = xvmc_mb->PMV[i][j][k];
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 87 mb->PMV[i][j][k] = xvmc_mb->PMV[i][j][k];
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 3483 char *p, *ps, *pmv, temp_coeff[20]; local
    [all...]
  /external/chromium_org/third_party/libva/va/
va.h 815 short PMV[2][2][2]; /* see Table 7-7 in the spec */
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SVG/resources/
CrawFishGanson.svg     [all...]
Worldcup.svg     [all...]
  /packages/apps/Camera/perftests/panorama/input/
test_013.ppm     [all...]

Completed in 1225 milliseconds