HomeSort by relevance Sort by last modified time
    Searched defs:x2 (Results 376 - 400 of 617) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_xv.c 547 int box_x2 = pbox->x2;
597 INT32 x1, x2, y1, y2; local
603 x2 = src_x + src_w;
608 dstBox.x2 = drw_x + drw_w;
612 if (!xf86XVClipVideoHelper(&dstBox, &x1, &x2, &y1, &y2, clipBoxes,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state.c 1578 unsigned x1, y1, x2, y2; local
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
bands.c 71 opus_int16 x2; local
74 x2 = tmp;
75 x2 = (32767-x2) + FRAC_MUL16(x2, (-7651 + FRAC_MUL16(x2, (8277 + FRAC_MUL16(-626, x2)))));
76 celt_assert(x2<=32766);
77 return 1+x2;
1238 celt_norm *x2, *y2; local
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrPathUtils.cpp 198 // And control_pts = [x0 x1 x2]
209 double x2 = qPts[2].fX; local
211 double det = x0*y1 - y0*x1 + x2*y0 - y2*x0 + x1*y2 - y1*x2;
258 a1 = x2-x1;
259 a2 = x1*y2-x2*y1;
262 a4 = x0-x2;
263 a5 = x2*y0-x0*y2;
311 // k = (y2 - y0, x0 - x2, (x2 - x0)*y0 - (y2 - y0)*x0
    [all...]
  /external/clang/test/CXX/drs/
dr1xx.cpp 89 X<a2> x2; member in namespace:dr112
  /external/clang/test/Sema/
array-init.c 53 static long x2[3] = { 1.0, local
  /external/freetype/src/cff/
cf2intrp.c 714 CF2_Fixed x2 = cf2_stack_getReal( opStack, index + 2 ) + x1; local
716 CF2_Fixed x3 = cf2_stack_getReal( opStack, index + 4 ) + x2;
720 cf2_glyphpath_curveTo( &glyphPath, x1, y1, x2, y2, x3, y3 );
1268 CF2_Fixed x2 = cf2_stack_getReal( opStack, index + 2 ) + x1; local
1295 CF2_Fixed x1, y1, x2, y2, x3, y3; local
1334 CF2_Fixed x1, y1, x2, y2, x3, y3; local
1376 CF2_Fixed x1, x2, x3, y1, y2, y3; local
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LODGeomap.java 886 float x2 = secondPoint.x - rootPoint.x; local
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1098 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
1166 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 180 x1p = (arc->x2*COS + arc->y2*SIN)/arc->a;
181 y1p = (-arc->x2*SIN + arc->y2*COS)/arc->b;
244 arc->x2, arc->y2,
245 &arc->x2, &arc->y2);
256 arc->x1, arc->y1, arc->x2, arc->y2);
261 vec1[0] = arc->x2 - arc->cx;
322 double x1, y1, x2, y2; local
333 x2 = arc->cx + a_cos_eta2 * arc->cos_theta -
339 x1, y1, x2, y2);
342 arc->x2, arc->y2)
    [all...]
path.c 365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
465 x2 = data[2];
470 map_if_relative(ox, oy, relative, &x2, &y2);
474 px = x2;
479 matrix_map_point(matrix, x2, y2, &x2, &y2);
482 x2, y2, x3, y3);
500 x2 = (x3 + 2*x1) / 3.f;
510 matrix_map_point(matrix, x2, y2, &x2, &y2)
1027 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1058 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1088 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1234 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 547 int box_x2 = pbox->x2;
597 INT32 x1, x2, y1, y2; local
603 x2 = src_x + src_w;
608 dstBox.x2 = drw_x + drw_w;
612 if (!xf86XVClipVideoHelper(&dstBox, &x1, &x2, &y1, &y2, clipBoxes,
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 1578 unsigned x1, y1, x2, y2; local
    [all...]
  /external/opencv/cv/src/
cvshapedescr.cpp 139 double x2 = (pt1.x + pt2.x) * 0.5; local
149 if( icvIntersectLines( x1, dx1, y1, dy1, x2, dx2, y2, dy2, &t ) >= 0 )
151 center->x = (float) (x2 + dx2 * t);
    [all...]
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 827 double x2 = x[i + 2].f * exp_prescale; local
838 x2 = x[i+2].i < 0 ? -exp_max_val : exp_max_val;
845 val2 = cvRound(x2);
850 x2 = (x2 - val2)*exp_postscale;
875 x2 = buf[2].d * icvExpTab[val2 & EXPTAB_MASK] * EXPPOLY( x2 );
878 y[i + 2] = (float)x2;
932 double x2 = x[i + 2].f * exp_prescale; local
948 x2 = t < 0 ? -exp_max_val : exp_max_val
1396 double x0, x1, x2, x3; local
1496 double x0, x1, x2, x3; local
    [all...]
cxutils.cpp 275 double x0 = 0., x1 = 0., x2 = 0.; local
371 x2 = t0 * cos(t1 + (4.*CV_PI/3)) - t2;
395 r[step*2] = (float)x2;
404 r[step*2] = x2;
    [all...]
  /external/opencv/ml/src/
mlann_mlp.cpp 449 double x0 = 1.+data[i], x1 = 1.+data[i+1], x2 = 1.+data[i+2], x3 = 1.+data[i+3]; local
450 double a = x0*x1, b = x2*x3, d = scale2/(a*b), t0, t1;
454 t0 = (2 - x2)*a*x3; t1 = (2 - x3)*a*x2;
529 double x0 = 1.+xf[i], x1 = 1.+xf[i+1], x2 = 1.+xf[i+2], x3 = 1.+xf[i+3]; local
530 double a = x0*x1, b = x2*x3, d = 1./(a*b), t0, t1;
539 t0 = a*x3; t1 = a*x2;
542 t0 *= scale2*(2 - x2); t1 *= scale2*(2 - x3);
937 CvMat *x1 = &hdr1, *x2 = &hdr2, *grad1 = &ghdr1, *grad2 = &ghdr2, *temp; local
976 cvInitMatHeader( x2, 1, layer_sizes->data.i[i], CV_64F, x[i] )
1132 CvMat *x1, *x2, *grad1, *grad2, *temp; local
    [all...]
  /external/pixman/pixman/
pixman-bits-image.c 102 int x1, y1, x2, y2; local
114 x2 = x1 + 1;
121 repeat (repeat_mode, &x2, width);
126 tr = get_pixel (image, x2, y1, FALSE);
127 br = get_pixel (image, x2, y2, FALSE);
132 tr = get_pixel (image, x2, y1, TRUE);
134 br = get_pixel (image, x2, y2, TRUE);
366 int32_t i, j, x1, x2, y1, y2; local
376 x2 = x1 + cwidth;
383 for (j = x1; j < x2; ++j
449 int32_t x1, x2, y1, y2; local
771 int32_t x1, x2, y1, y2; local
905 int x1, y1, x2, y2; local
    [all...]
pixman-fast-path.c 1525 int x1, x2; local
    [all...]
pixman-region.c 85 #define GOOD_RECT(rect) ((rect)->x1 < (rect)->x2 && (rect)->y1 < (rect)->y2)
86 #define BAD_RECT(rect) ((rect)->x1 > (rect)->x2 || (rect)->y1 > (rect)->y2)
134 * and right side (x1 and x2). Bands are implicit in the array of rectangles:
172 (!( ((r1)->x2 <= (r2)->x1) || \
173 ((r1)->x1 >= (r2)->x2) || \
179 ( ((r)->x2 > x) && \
187 ((r1)->x2 >= (r2)->x2) && \
246 next_rect->x2 = nx2; \
304 if (reg1->extents.x2 != reg2->extents.x2
1117 int x2; local
1270 int x2; local
2227 overflow_int_t x1, x2, y1, y2; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c 1514 int x1, y1, x2, y2; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 1438 int x1, y1, x2, y2, area; local
    [all...]
  /external/skia/src/gpu/
GrPathUtils.cpp 198 // And control_pts = [x0 x1 x2]
209 double x2 = qPts[2].fX; local
211 double det = x0*y1 - y0*x1 + x2*y0 - y2*x0 + x1*y2 - y1*x2;
258 a1 = x2-x1;
259 a2 = x1*y2-x2*y1;
262 a4 = x0-x2;
263 a5 = x2*y0-x0*y2;
311 // k = (y2 - y0, x0 - x2, (x2 - x0)*y0 - (y2 - y0)*x0
    [all...]
  /external/skia/tests/
MathTest.cpp 292 float x2 = SkIntToFloatCast_NoOverflowCheck(ival); local
294 REPORTER_ASSERT(reporter, x0 == x2);
  /external/speex/libspeex/
resample.c 307 spx_word16_t x2, x3; local
308 x2 = MULT16_16_P15(x, x);
309 x3 = MULT16_16_P15(x, x2);
311 interp[1] = EXTRACT16(EXTEND32(x) + SHR32(SUB32(EXTEND32(x2),EXTEND32(x3)),1));
312 interp[3] = PSHR32(MULT16_16(QCONST16(-0.33333f, 15),x) + MULT16_16(QCONST16(.5f,15),x2) - MULT16_16(QCONST16(0.16667f, 15),x3),15);
    [all...]

Completed in 680 milliseconds

<<11121314151617181920>>