HomeSort by relevance Sort by last modified time
    Searched defs:bx (Results 51 - 75 of 103) sorted by null

1 23 4 5

  /external/opencv/cv/src/
cvrotcalipers.cpp 155 double bx = vect[i].x; local
158 double convexity = ax * by - ay * bx;
165 ax = bx;
cvconvhull.cpp 76 int bx = array[pnext]->x - array[pcur]->x; local
78 int convexity = ay*bx - ax*by;/* if >0 then convex angle */
149 float bx = array[pnext]->x - array[pcur]->x; local
151 float convexity = ay*bx - ax*by;/* if >0 then convex angle */
cvlkpyramid.cpp 505 double bx = 0, by = 0; local
546 bx += t0 * ix[x];
566 bx += (double) (t * ix[x]);
591 mx = (float) ((Gyy * bx - Gxy * by) * D);
592 my = (float) ((Gxx * by - Gxy * bx) * D);
    [all...]
  /external/opencv3/modules/imgproc/src/
rotcalipers.cpp 153 double bx = vect[i].x; local
156 double convexity = ax * by - ay * bx;
163 ax = bx;
convhull.cpp 80 _Tp bx = array[pnext]->x - array[pcur]->x; local
82 _Tp convexity = ay*bx - ax*by; // if >0 then convex angle
  /external/skia/tests/
WritePixelsTest.cpp 218 int bx = cx - writeX; local
220 uint32_t bmpColor8888 = get_bitmap_color(bx, by, bitmap.width(),
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 116 double m,ax,ay,apx,apy,bx,by,bpx,bpy; local
136 bx=x2[0]*m;
144 (l(ax*bx+ay*by)+1)^2*(l(apx^2+apy^2)+1)*(l(bpx^2+bpy^2)+1)=
145 (l(apx*bpx+apy*bpy)+1)^2*(l(ax^2+ay^2)+1)*(l(bx^2+by^2)+1)*/
146 p1[1]=ax*bx+ay*by;
151 p6[1]=db_sqr(bx)+db_sqr(by);
  /development/perftests/panorama/feature_mos/src/mosaic/
Delaunay.cpp 498 double bx = sa[b].X(); local
504 double val = (ax - cx)*(by - cy) - (bx - cx)*(ay - cy);
  /external/libvpx/libvpx/vp8/common/
postproc.c 1110 int by, bx; local
    [all...]
  /external/opencv3/3rdparty/libjasper/
jas_cm.c 938 jas_cmreal_t bx; local
974 bx = ((double) k) / (lut->size - 1);
975 sx = (ax + bx) / 2.0;
983 bx = ((double) j + 1) / (lut->size - 1);
985 (sy - ay) / (by - ay) * (bx - ax);
    [all...]
jas_image.c 1053 jas_image_coord_t bx; local
1093 bx = uptomult(x - oldcmpt->tlx_, oldcmpt->hstep_) + oldcmpt->tlx_;
1094 if (bx > cmptbrx)
1095 bx = cmptbrx;
1100 d1 = (bx - x) * (bx - x) + (ay - y) * (ay - y);
1101 d2 = (bx - x) * (bx - x) + (by - y) * (by - y);
1107 oldx = (bx - oldcmpt->tlx_) / oldcmpt->hstep_;
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmscnvrt.c 186 cmsFloat64Number ax, ay, az, bx, by, bz, tx, ty, tz; local
204 bx = - cmsD50_XYZ()-> X * (BlackPointOut->X - BlackPointIn->X) / tx;
211 _cmsVEC3init(off, bx, by, bz);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
postproc.c 1103 int by, bx; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp 498 double bx = sa[b].X(); local
504 double val = (ax - cx)*(by - cy) - (bx - cx)*(ay - cy);
  /bionic/libc/kernel/uapi/asm-x86/asm/
sigcontext.h 139 __u32 bx; member in struct:sigcontext_32
172 __u64 bx; member in struct:sigcontext_64
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java 177 BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); local
178 BigInteger ab = ax.multiply(bx);
185 BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); local
186 BigInteger ab = ax.multiply(bx);
727 LongArray ax = this.x, bx = ((F2m)b).x, xx = ((F2m)x).x, yx = ((F2m)y).x; local
729 LongArray ab = ax.multiply(bx, m, ks);
732 if (ab == ax || ab == bx)
  /external/clang/test/CXX/drs/
dr4xx.cpp 658 int bx[b]; // expected-error +{{variable length array}} member in namespace:dr457
dr5xx.cpp 243 int ax = a.x, bx = b.x, cx = c.x, dx = d.x, ex = E::e->x, fx = F::f->x; member in namespace:dr527
  /external/kernel-headers/original/uapi/asm-x86/asm/
sigcontext.h 210 __u32 bx; member in struct:sigcontext_32
249 __u64 bx; member in struct:sigcontext_64
  /external/libgdx/gdx/jni/etc1/
etc1_utils.cpp 271 int bx = 0; local
273 bx = 2;
277 int xx = bx + x;
355 int bx = 0; local
357 bx = 2;
361 int xx = bx + x;
  /external/opencv3/3rdparty/libtiff/
tif_fax3.c 373 uint32 x, bx, run; local
386 bx = x&7;
387 if (run > 8-bx) {
388 if (bx) { /* align to byte boundary */
389 *cp++ &= 0xff << (8-bx);
390 run -= 8-bx;
413 cp[0] &= ~(_fillmasks[run]>>bx);
421 bx = x&7;
422 if (run > 8-bx) {
423 if (bx) { /* align to byte boundary *
    [all...]
  /external/pdfium/third_party/libtiff/
tif_fax3.c 373 uint32 x, bx, run; local
386 bx = x&7;
387 if (run > 8-bx) {
388 if (bx) { /* align to byte boundary */
389 *cp++ &= 0xff << (8-bx);
390 run -= 8-bx;
413 cp[0] &= ~(_fillmasks[run]>>bx);
421 bx = x&7;
422 if (run > 8-bx) {
423 if (bx) { /* align to byte boundary *
    [all...]
  /external/skia/third_party/etc1/
etc1.cpp 279 int bx = 0; local
281 bx = 2;
285 int xx = bx + x;
363 int bx = 0; local
365 bx = 2;
369 int xx = bx + x;
  /frameworks/base/libs/hwui/
BakedOpDispatcher.cpp 476 int bx = i; local
477 int by = bx + 1;
486 ColorTextureVertex::set(vertex++, vertices[bx], vertices[by], u1, v1, colors[bx / 2]);
489 ColorTextureVertex::set(vertex++, vertices[bx], vertices[by], u1, v1, colors[bx / 2]);
    [all...]
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 271 int bx = 0; local
273 bx = 2;
277 int xx = bx + x;
355 int bx = 0; local
357 bx = 2;
361 int xx = bx + x;

Completed in 888 milliseconds

1 23 4 5