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

1 2

  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_image_homography.h 34 Solve for projective H such that xp~Hx. Prior normalization is not necessary,
51 Solve for affine H such that xp~Hx. Prior normalization is not necessary,
66 Solve for rotation R such that xp~Rx.
81 double* xp[2]; local
86 xp[0]=xp1;
87 xp[1]=xp2;
88 db_StitchSimilarity3DRaw(&scale,R,t,xp,x,2,1,0,1,0);
93 H=diag(f,f,1)*R*diag(1/f,1/f,1) such that xp~Hx.
105 takes the nr_points inhomogenous 2D points X to Xp,
107 Xp and X we would hav
    [all...]
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_image_homography.h 34 Solve for projective H such that xp~Hx. Prior normalization is not necessary,
51 Solve for affine H such that xp~Hx. Prior normalization is not necessary,
66 Solve for rotation R such that xp~Rx.
81 double* xp[2]; local
86 xp[0]=xp1;
87 xp[1]=xp2;
88 db_StitchSimilarity3DRaw(&scale,R,t,xp,x,2,1,0,1,0);
93 H=diag(f,f,1)*R*diag(1/f,1/f,1) such that xp~Hx.
105 takes the nr_points inhomogenous 2D points X to Xp,
107 Xp and X we would hav
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_image_homography.h 34 Solve for projective H such that xp~Hx. Prior normalization is not necessary,
51 Solve for affine H such that xp~Hx. Prior normalization is not necessary,
66 Solve for rotation R such that xp~Rx.
81 double* xp[2]; local
86 xp[0]=xp1;
87 xp[1]=xp2;
88 db_StitchSimilarity3DRaw(&scale,R,t,xp,x,2,1,0,1,0);
93 H=diag(f,f,1)*R*diag(1/f,1/f,1) such that xp~Hx.
105 takes the nr_points inhomogenous 2D points X to Xp,
107 Xp and X we would hav
    [all...]
  /external/chromium_org/ui/base/x/
device_list_cache_x.cc 18 std::map<Display*, XDeviceList>::iterator xp; local
19 for (xp = x_dev_list_map_.begin(); xp != x_dev_list_map_.end(); xp++)
20 XFreeDeviceList(xp->second.devices);
  /external/compiler-rt/BlocksRuntime/tests/
objectRRGC.c 47 MyStruct_t xp = (MyStruct_t)&X; local
48 xp->field = 10;
49 void (^myBlock)(void) = ^{ printf("field is %ld\n", xp->field); };
objectassign.c 50 MyStruct_t xp = (MyStruct_t)&X; local
51 xp->field = 10;
52 void (^myBlock)(void) = ^{ printf("field is %ld\n", xp->field); };
  /external/ceres-solver/examples/
snavely_reprojection_error.h 74 T xp = - p[0] / p[2]; local
80 T r2 = xp*xp + yp*yp;
84 T predicted_x = focal * distortion * xp;
131 T xp = - p[0] / p[2]; local
135 T r2 = xp*xp + yp*yp;
139 T predicted_x = focal * distortion * xp;
circle_fit.cc 87 T xp = xx_ - *x; local
92 // residual[0] = r - sqrt(xp*xp + yp*yp);
100 residual[0] = r*r - xp*xp - yp*yp;
simple_bundle_adjuster.cc 142 T xp = - p[0] / p[2]; local
148 T r2 = xp*xp + yp*yp;
153 T predicted_x = focal * distortion * xp;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedUpdateEntryTask.java 62 private static final XPath xp = XPathFactory.newInstance().newXPath(); field in class:RSSFeedUpdateEntryTask
300 xp.reset();
301 Object o = xp.evaluate(xpath, document, XPathConstants.NODESET);
  /external/eigen/unsupported/test/mpreal/
mpreal.cpp 391 mp_prec_t yp, xp; local
394 xp = x.get_prec();
396 a.set_prec(yp>xp?yp:xp);
  /external/clang/test/SemaTemplate/
instantiate-function-1.cpp 21 T *xp = &x, &yr = y; // expected-error{{pointer to a reference}} local
  /external/icu4c/test/intltest/
plurults.cpp 507 char* xp; local
508 double expectedVal = strtod(ep, &xp);
509 if (xp == ep) {
515 ep = xp;
  /packages/apps/Gallery2/jni/filters/
wbalance.c 106 int xp,yp; local
118 for(xp= startx;xp<endx;xp++) {
119 int i = 4*(xp+yp*iw);
  /cts/tests/tests/util/src/android/util/cts/
XmlTest.java 369 XmlPullParser xp = Xml.newPullParser(); local
370 assertNotNull(xp);
393 XmlResourceParser xp = getContext().getResources().getLayout( local
397 eventType = xp.getEventType();
406 eventType = xp.next();
414 AttributeSet set = Xml.asAttributeSet(xp);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECCurve.java 471 * Decompresses a compressed point P = (xp, yp) (X9.62 s 4.2.2).
476 * The field element xp.
481 ECFieldElement xp = fromBigInteger(X1); local
483 if (xp.toBigInteger().equals(ECConstants.ZERO))
493 ECFieldElement beta = xp.add(a).add(b.multiply(xp.square().invert()));
504 yp = xp.multiply(z);
507 return new ECPoint.F2m(this, xp, yp, true);
  /external/ceres-solver/internal/ceres/
system_test.cc 451 T xp = - focal * p[0] / p[2]; local
455 T r2 = xp*xp + yp*yp;
458 residuals[0] = distortion * xp - T(u);
  /external/clang/test/Sema/
designated-initializers.c 146 struct XY { int before; struct XX xx, *xp; float* after; } xy[] = { member in struct:XY
  /external/eigen/unsupported/test/
NonLinearOptimization.cpp 61 VectorXd x(n), fvec(m), xp, fvecp(m), err; local
69 internal::chkder(x, fvec, fjac, xp, fvecp, 1, err);
72 fcn_chkder(xp, fvecp, fjac, 1);
73 internal::chkder(x, fvec, fjac, xp, fvecp, 2, err);
    [all...]
  /external/mksh/src/
exec.c 1210 char *xp; local
1226 Xinit(xs, xp, 128, ATEMP);
1230 xp = Xstring(xs, xp);
1234 XcheckN(xs, xp, p - sp);
1235 memcpy(xp, sp, p - sp);
1236 xp += p - sp;
1237 *xp++ = '/';
1240 XcheckN(xs, xp, namelen);
1241 memcpy(xp, name, namelen)
    [all...]
eval.c 1045 varsub(Expand *xp, const char *sp, const char *word,
1061 xp->var = NULL;
1128 xp->str = shf_smprintf("%d", c);
1189 xp->str = null;
1190 xp->var = global(sp);
1193 xp->u.strv = (const char **)e->loc->argv + 1;
1194 xp->str = *xp->u.strv++;
1196 xp->split = tobool(c == '@');
1229 xp->str = null
1463 char *xp; local
1480 char *xp = *xpp; local
    [all...]
histrap.c 198 char *xp; local
203 Xinit(xs, xp, 128, ATEMP);
208 XcheckN(xs, xp, len + rep_len);
210 memcpy(xp, s, len);
211 xp += len;
213 memcpy(xp, rep, rep_len);
214 xp += rep_len;
221 XcheckN(xs, xp, len);
222 memcpy(xp, s, len);
223 xp += len
329 char *xp; local
    [all...]
  /external/opencv/cv/src/
cvemd.cpp 172 CvNode2D *xp = 0; local
303 for( xp = state._x; xp < state.end_x; xp++ )
305 float val = xp->val;
306 int i = xp->i;
307 int j = xp->j;
311 if( xp != state.enter_x && ci >= 0 && cj >= 0 )
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
bands.c 339 opus_val32 xp=0, side=0; local
350 xp = MAC16_16(xp, X[j], Y[j]);
354 xp = MULT16_32_Q15(mid, xp);
357 El = MULT16_16(mid2, mid2) + side - 2*xp;
358 Er = MULT16_16(mid2, mid2) + side + 2*xp;
    [all...]
  /external/grub/stage2/
gunzip.c 547 unsigned *xp; /* pointer into x */ local
595 xp = x + 2;
598 *xp++ = (j += *p++);
638 xp = c + k;
641 if ((f <<= 1) <= *++xp)
643 f -= *xp; /* else deduct codes from patterns */
    [all...]

Completed in 867 milliseconds

1 2