HomeSort by relevance Sort by last modified time
    Searched refs:j1 (Results 26 - 50 of 140) sorted by null

12 3 4 5 6

  /cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp 795 // detected color checkers bounded by row i1, row i2 and column j1 and column j2
797 void ColorCheckerTest::findBestMatch(int i1, int i2, int j1, int j2) {
799 int numVerticalGrid = j2 - j1 + 1;
803 ALOGV("i1, j2, j1, j2 is %d, %d, %d, %d", i1, i2, j1, j2);
811 if (mCandidateColors[i1 + i][j1 + j] != NULL) {
812 error += mCandidateColors[i1 + i][j1 + j]->squareDistance<int>(
828 if (mCandidateColors[i1 + id][j1 + jd] != NULL) {
829 error += mCandidateColors[i1 + id][j1 + jd]->
    [all...]
  /external/opencv/cv/src/
cvhough.cpp 628 int i1, j1; local
632 j1 = x;
637 j1 = x >> shift;
641 if( j1 < 0 || j1 >= width || i1 < 0 || i1 >= height )
644 mdata = mdata0 + i1*width + j1;
654 line_end[k].x = j1;
676 int i1, j1; local
680 j1 = x;
685 j1 = x >> shift
    [all...]
  /cts/apps/CtsVerifier/include/colorchecker/
colorcheckertest.h 83 void findBestMatch(int i1, int i2, int j1, int j2);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_generators.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_generators.py     [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 750 j, j1, k, k0, k_check, m2, m5, s2, s5, local
895 } else if ((j1 = -k)) {
896 dval(&u) *= tens[j1 & 0xf];
897 for (j = j1 >> 4; j; j >>= 1, i++) {
1108 j1 = delta.sign ? 1 : cmp(b, delta);
1124 if (!j1 && !(word1(&u) & 1)) {
1134 if ((b.words()[0] || b.size() > 1) && (j1 > 0)) {
1136 j1 = cmp(b, S);
1137 // For IEEE-754 round-to-even, this check should be (j1 > 0 || (!j1 && (dig & 1)))
    [all...]
  /external/eigen/unsupported/Eigen/src/Splines/
Spline.h 402 DenseIndex rk,pk,j1,j2; local
411 if (rk>=-1) j1 = 1;
412 else j1 = -rk;
417 for (j=j1; j<=j2; ++j)
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFObject.hxx 189 j1 = (*inst >> 13) & 0x1u, // 13 local
191 Inst_t i1 = (~(j1 ^ s)) & 0x1u,
283 Inst_t j1 = ((~i1) ^ s) & 0x01u, // 13 local
288 *inst |= j1 << 13;
  /external/chromium_org/third_party/sqlite/src/src/
alter.c 603 int j1; local
607 j1 = sqlite3VdbeAddOp3(v, OP_Ge, r2, 0, r1);
609 sqlite3VdbeJumpHere(v, j1);
update.c 476 int j1; /* Address of jump instruction */ local
488 j1 = sqlite3VdbeAddOp3(v, OP_NotExists, iCur, 0, regOldRowid);
495 sqlite3VdbeJumpHere(v, j1);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 239 __MATHCALL (j1,, (_Mdouble_));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 239 __MATHCALL (j1,, (_Mdouble_));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 239 __MATHCALL (j1,, (_Mdouble_));
  /development/ndk/platforms/android-3/include/
math.h 262 double j1(double);
  /development/ndk/platforms/android-9/include/
math.h 262 double j1(double);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 262 double j1(double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 262 double j1(double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 262 double j1(double);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 262 double j1(double);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 262 double j1(double);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 262 double j1(double);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 262 double j1(double);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 262 double j1(double);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 262 double j1(double);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 262 double j1(double);

Completed in 731 milliseconds

12 3 4 5 6