/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfRgbaFile.cpp | 666 size_t xs = xStride * sizeof (Rgba); local 671 fb.insert ("R", Slice (HALF, (char *) &base[0].r, xs, ys)); 672 fb.insert ("G", Slice (HALF, (char *) &base[0].g, xs, ys)); 673 fb.insert ("B", Slice (HALF, (char *) &base[0].b, xs, ys)); 674 fb.insert ("A", Slice (HALF, (char *) &base[0].a, xs, ys)); 1235 size_t xs = xStride * sizeof (Rgba); local 1243 xs, ys, 1250 xs, ys, 1257 xs, ys, 1264 xs, ys [all...] |
/external/opencv3/modules/imgproc/src/ |
canny.cpp | 478 int xs = _x[j]; local 480 int x = std::abs(xs); 498 int s = (xs ^ ys) < 0 ? -1 : 1; 881 int xs = _x[j]; local [all...] |
emd.cpp | 436 float* xs = (float *) buffer; local 437 float* xd = xs + dims; 439 memset( xs, 0, dims*sizeof(xs[0])); 446 xs[i] += signature1[j + i + 1] * weight; 456 lb = dist_func( xs, xd, user_param ) / state->weight; [all...] |
drawing.cpp | 1129 int xs = 0, xe, ye, ty = 0; local [all...] |
/external/skia/tests/ |
PathOpsAngleTest.cpp | 45 float xs[3] = { prev(pt.fX), pt.fX, next(pt.fX) }; local 49 SkPoint test = { xs[xIdx], ys[yIdx] };
|
/external/valgrind/coregrind/ |
m_stacktrace.c | 175 UInt xi; UInt xs; UInt xb; // register(s) which caused a 'store CFUNWIND'. member in struct:__anon25610 400 if (do_stats && uregs.xsp != fpverif_uregs.xsp) stats.xs++; 464 "CF %u (xi %u xs %u xb %u) " 470 stats.CF, stats.xi, stats.xs, stats.xb, [all...] |
/frameworks/base/media/mca/filterfw/native/core/ |
shader_program.cpp | 514 const float xs = 1.0f / static_cast<float>(tile_x_count_); local 526 GetTileCoords(source_coords_, x + xs, y, &s[2], &s[3]); 528 GetTileCoords(source_coords_, x + xs, y + ys, &s[6], &s[7]); 532 GetTileCoords(target_coords_, x + xs, y, &t[2], &t[3]); 534 GetTileCoords(target_coords_, x + xs, y + ys, &t[6], &t[7]); [all...] |
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/ |
AccelerometerPlayActivity.java | 436 final float xs = mMetersToPixelsX; local 447 final float x = xc + particleSystem.getPosX(i) * xs;
|
/external/boringssl/src/crypto/x509/ |
x509_vfy.c | 1733 X509 *xs,*xi; local [all...] |
/external/clang/test/CXX/drs/ |
dr5xx.cpp | 941 X<S> xs; member in struct:dr595::S
|
/external/libhevc/decoder/ |
ihevcd_iquant_itrans_recon_ctb.c | 162 WORD32 xs, ys; local 285 xs = coeff_raster_idx & 0x3; 294 pi2_dequant_matrix[(subblk_pos_x + xs) 305 pi2_dequant_matrix[(subblk_pos_x + xs) 320 *pu4_zero_cols &= ~(0x1 << (subblk_pos_x + xs)); 322 *(pi2_sblk_ptr + xs + ys * trans_size) = iquant_out; [all...] |
/external/mesa3d/src/mesa/math/ |
m_matrix.c | 797 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local 930 xs = x * s; 943 M(1,2) = (one_c * yz) - xs; 947 M(2,1) = (one_c * yz) + xs; [all...] |
/external/mksh/src/ |
eval.c | 1482 XString xs; local [all...] |
histrap.c | 200 XString xs; local 206 Xinit(xs, xp, 128, ATEMP); 211 XcheckN(xs, xp, len + rep_len); 224 XcheckN(xs, xp, len); 227 line = Xclose(xs, xp); 332 XString xs; local 350 Xinit(xs, xp, n, hist_source->areap); 351 while ((n = shf_read(xp, Xnleft(xs, xp), shf)) > 0) { 353 if (Xnleft(xs, xp) <= 0) 354 XcheckN(xs, xp, Xlength(xs, xp)) [all...] |
misc.c | 1400 XString xs; local 1427 Xinit(xs, xp, strlen(ip = ipath) + 1, ATEMP); 1452 while (xp > Xstring(xs, xp)) 1802 XString xs; local [all...] |
/external/opencv3/modules/features2d/src/kaze/ |
KAZEFeatures.cpp | 659 float rx = 0.0, ry = 0.0, len = 0.0, xf = 0.0, yf = 0.0, ys = 0.0, xs = 0.0; local 703 xs = xf + (kx*scale); 712 gauss_s1 = gaussian(xs - sample_x, ys - sample_y, 2.5f*scale); 787 float rx = 0.0, ry = 0.0, rrx = 0.0, rry = 0.0, len = 0.0, xf = 0.0, yf = 0.0, ys = 0.0, xs = 0.0; local 834 xs = xf + (-kx*scale*si + ky*scale*co); 916 float rx = 0.0, ry = 0.0, len = 0.0, xf = 0.0, yf = 0.0, ys = 0.0, xs = 0.0; local 1068 float rx = 0.0, ry = 0.0, rrx = 0.0, rry = 0.0, len = 0.0, xf = 0.0, yf = 0.0, ys = 0.0, xs = 0.0; local [all...] |
AKAZEFeatures.cpp | 860 float rx = 0.0, ry = 0.0, len = 0.0, xf = 0.0, yf = 0.0, ys = 0.0, xs = 0.0; local 904 xs = xf + (kx*scale); 912 gauss_s1 = gaussian(xs - sample_x, ys - sample_y, 2.50f*scale); 983 float rx = 0.0, ry = 0.0, rrx = 0.0, rry = 0.0, len = 0.0, xf = 0.0, yf = 0.0, ys = 0.0, xs = 0.0; local [all...] |
/external/skia/src/utils/ |
SkMatrix44.cpp | 324 double xs = x * s; local 341 SkDoubleToMScalar(yzC + xs), // trans y 344 SkDoubleToMScalar(yzC - xs), // persp y
|
/frameworks/base/opengl/java/android/opengl/ |
Matrix.java | 622 float xs = x * s; local 630 rm[rmOffset + 9] = yz*nc - xs; 632 rm[rmOffset + 6] = yz*nc + xs;
|
/frameworks/native/opengl/libagl/ |
matrix.cpp | 370 const GLfloat xs = x * s; local 374 r[ 1] = xy*nc + zs; r[ 5] = y*y*nc + c; r[ 9] = yz*nc - xs; 375 r[ 2] = zx*nc - ys; r[ 6] = yz*nc + xs; r[10] = z*z*nc + c;
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
FastMath.java | 987 final double xs[] = new double[2]; local 991 split(x, xs) 1130 final double xs[] = new double[2]; local 1185 final double xs[] = new double[2]; local 1766 final double xs[] = new double[2]; local 1809 final double xs[] = new double[2]; local 1864 double xs[] = new double[2]; local 1920 double xs[] = new double[2]; local 3266 final double xs = x \/ (p2*p2*p2); local [all...] |
/external/e2fsprogs/lib/blkid/ |
probe.c | 792 struct xfs_super_block *xs; local 795 xs = (struct xfs_super_block *)buf; 797 if (strlen(xs->xs_fname)) 798 label = xs->xs_fname; 799 blkid_set_tag(probe->dev, "LABEL", label, sizeof(xs->xs_fname)); 800 set_uuid(probe->dev, xs->xs_uuid, 0); [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodeframe.c | 511 int w, int h, int ref, int xs, int ys) { 527 subpel_y, sf, w, h, ref, kernel, xs, ys, xd->bd); 530 subpel_y, sf, w, h, ref, kernel, xs, ys); 542 int w, int h, int ref, int xs, int ys) { 551 subpel_y, sf, w, h, ref, kernel, xs, ys); 567 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, local 607 xs = sf->x_step_q4; 620 xs = ys = 16; 643 int x1 = ((x0_16 + (w - 1) * xs) >> SUBPEL_BITS) + 1; 681 w, h, ref, xs, ys) [all...] |
/external/opencv/cv/src/ |
cvfundam.cpp | 1340 const float* xs = src->data.fl; local 1386 const double* xs = src->data.db; local [all...] |
/external/opencv/cxcore/src/ |
cxdrawing.cpp | 1082 int xs = 0, xe, ye, ty = 0; local [all...] |