HomeSort by relevance Sort by last modified time
    Searched defs:dy2 (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/opencv3/modules/calib3d/src/
fundam.cpp 64 double dy2 = ptr[k].y - ptr[i].y; local
65 if( fabs(dx2*dy1 - dy2*dx1) <= FLT_EPSILON*(fabs(dx1) + fabs(dy1) + fabs(dx2) + fabs(dy2)))
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Bresenham2.java 69 int dx1 = 0, dy1 = 0, dx2 = 0, dy2 = 0; local
86 dy2 = -1;
87 else if (h > 0) dy2 = 1;
102 startY += dy2;
  /external/opencv3/samples/cpp/
squares.cpp 42 double dy2 = pt2.y - pt0.y; local
43 return (dx1*dx2 + dy1*dy2)/sqrt((dx1*dx1 + dy1*dy1)*(dx2*dx2 + dy2*dy2) + 1e-10);
  /external/opencv/cv/src/
cvlinefit.cpp 49 double dx2, dy2, dxy; local
88 dy2 = y2 - y * y;
91 t = (float) atan2( 2 * dxy, dx2 - dy2 ) / 2;
108 float dx2, dy2, dz2, dxy, dxz, dyz; local
173 dy2 = y2 - y0 * y0;
177 det[0] = dz2 + dy2;
185 det[8] = dy2 + dx2;
cvgeometry.cpp 115 double x2, double dx2, double y2, double dy2, double *t2 )
117 double d = dx1 * dy2 - dx2 * dy1;
295 double dx, dy, dx1, dy1, dx2, dy2, dist_num, dist_denom = 1; local
310 dx2 = pt.x - v.x; dy2 = pt.y - v.y;
314 else if( dx2*dx + dy2*dy >= 0 )
315 dist_num = dx2*dx2 + dy2*dy2;
cvapprox.cpp 209 int dx1, dy1, dx2, dy2; local
220 dy2 = array[i2].pt.y - pt0.y;
222 if( (dx1 | dy1) == 0 || (dx2 | dy2) == 0 )
225 temp_num = dx1 * dx2 + dy1 * dy2;
229 ((double)dx2 * dx2 + (double)dy2 * dy2) ));
cvcorner.cpp 671 double dy2 = dy * dy; local
673 dstdata[j] = (float)(factor*(dx2*d2ydata[j] + dy2*d2xdata[j] - 2*dx*dy*dxydata[j]));
cvshapedescr.cpp 140 double dy2 = pt1.x - pt2.x; local
149 if( icvIntersectLines( x1, dx1, y1, dy1, x2, dx2, y2, dy2, &t ) >= 0 )
152 center->y = (float) (y2 + dy2 * t);
    [all...]
cvsurf.cpp 89 int dy2 = src[k][3]*newSize/oldSize; local
91 dst[k].p1 = dy2*widthStep + dx1;
93 dst[k].p3 = dy2*widthStep + dx2;
94 dst[k].w = src[k][4]/((float)(dx2-dx1)*(dy2-dy1));
  /external/opencv3/modules/imgproc/src/
linefit.cpp 51 double dx2, dy2, dxy; local
88 dy2 = y2 - y * y;
91 t = (float) atan2( 2 * dxy, dx2 - dy2 ) / 2;
105 float dx2, dy2, dz2, dxy, dxz, dyz; local
170 dy2 = y2 - y0 * y0;
174 det[0] = dz2 + dy2;
182 det[8] = dy2 + dx2;
approx.cpp 184 int dx1, dy1, dx2, dy2; local
195 dy2 = array[i2].pt.y - pt0.y;
197 if( (dx1 | dy1) == 0 || (dx2 | dy2) == 0 )
200 temp_num = dx1 * dx2 + dy1 * dy2;
204 ((double)dx2 * dx2 + (double)dy2 * dy2) ));
geometry.cpp 193 double dx, dy, dx1, dy1, dx2, dy2, dist_num, dist_denom = 1; local
203 dx2 = pt.x - v.x; dy2 = pt.y - v.y;
207 else if( dx2*dx + dy2*dy >= 0 )
208 dist_num = dx2*dx2 + dy2*dy2;
shapedescr.cpp 47 double x2, double dx2, double y2, double dy2, double *t2 )
49 double d = dx1 * dy2 - dx2 * dy1;
66 double dy2 = pt1.x - pt2.x; local
73 if( intersectLines( x1, dx1, y1, dy1, x2, dx2, y2, dy2, &t ) >= 0 )
76 center->y = (float) (y2 + dy2 * t);
  /external/opencv3/samples/tapi/
squares.cpp 28 double dy2 = pt2.y - pt0.y; local
29 return (dx1*dx2 + dy1*dy2)/sqrt((dx1*dx1 + dy1*dy1)*(dx2*dx2 + dy2*dy2) + 1e-10);
  /external/pdfium/xfa/src/fxbarcode/common/
BC_CommonPerspectiveTransform.cpp 97 FX_FLOAT dy2 = y3 - y2; local
99 if ((dy2 == 0.0f) && (dy3 == 0.0f)) {
107 FX_FLOAT denominator = dx1 * dy2 - dx2 * dy1;
108 FX_FLOAT a13 = (dx3 * dy2 - dx2 * dy3) / denominator;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf.h 70 struct brw_reg dy2; member in struct:brw_sf_compile
  /external/mesa3d/src/mesa/swrast/
s_aatriangle.c 214 const GLfloat dy2 = v0[1] - v2[1]; local
247 cross = (dx2 * (sy - v2[1]) - dy2 * (sx - v2[0]));
249 cross = dx2 + dy2;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtils.java 277 int dy2 = dy1 + bounds.height; local
282 dy2 *= scale;
290 for (int dy = dy1, sy = sy1; dy < dy2; dy++, sy++) {
301 int dyDelta = dy2 - dy1;
302 for (int dy = dy1, sy = sy1; dy < dy2; dy++, sy = (dy - dy1) * syDelta / dyDelta
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtilsTest.java 255 int dy2 = dy1 + bounds.height; local
260 dy2 *= scale;
267 g.drawImage(image, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, null);
  /external/libyuv/files/util/
ssim.cc 139 const int dy2 = y * stride; local
159 const int ul2 = rec[-dy2 - x];
160 const int ur2 = rec[-dy2 + x];
161 const int ll2 = rec[dy2 - x];
162 const int lr2 = rec[dy2 + x];
187 const int u2 = rec[-dy2];
188 const int d2 = rec[dy2];
  /external/skia/platform_tools/android/apps/canvasproof/src/main/java/org/skia/canvasproof/
CanvasProofActivity.java 193 float dy2 = dy * dy; local
194 if (dx2 + dy2 > 22500.0) {
195 if (dy2 < dx2) {
  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 498 SkFixed dy2 = dy + dy; local
501 __m128i wide_d2 = _mm_set_epi32(dx2, dy2, dx2, dy2);
534 fy += dy2;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Rotation.java 360 double dy2 = v2y - u2.getY(); local
362 Vector3D k = new Vector3D(dy1 * dz2 - dz1 * dy2,
364 dx1 * dy2 - dy1 * dx2);
394 k = new Vector3D(dy2 * dz3 - dz2 * dy3,
396 dx2 * dy3 - dy2 * dx3);
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 1098 TPos dx1, dy1, dx2, dy2; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/smooth/
ftgrays.c 1237 TPos dx1, dy1, dx2, dy2; local
    [all...]

Completed in 1060 milliseconds

1 2 3