HomeSort by relevance Sort by last modified time
    Searched refs:maxR (Results 1 - 6 of 6) sorted by null

  /external/opencv/cv/src/
cvstereogc.cpp 436 static inline int icvSmoothnessCostFunc( int da, int db, int maxR, const int* stabR, int scale )
438 return da == db ? 0 : (da == OCCLUDED || db == OCCLUDED ? maxR : stabR[da - db])*scale;
531 int maxR = state2->interactionRadius;
567 E += icvSmoothnessCostFunc(d, d1, maxR, stabR, stabI[left[x*3] - left[x*3+3]] );
572 E += icvSmoothnessCostFunc(d, d1, maxR, stabR, stabI[left[x*3] - left[x*3+step]] );
582 E += icvSmoothnessCostFunc(d, d1, maxR, stabR, stabI[right[x*3] - right[x*3+3]] );
587 E += icvSmoothnessCostFunc(d, d1, maxR, stabR, stabI[right[x*3] - right[x*3+step]] );
670 int maxR = state2->interactionRadius;
778 E0a = icvSmoothnessCostFunc( d, a, maxR, stabR, scale );
779 Ea0 = icvSmoothnessCostFunc( a, d1, maxR, stabR, scale )
    [all...]
  /external/skia/tests/
PaintTest.cpp 194 SkRect maxR = fillR;
199 maxR.inset(-inset, -inset);
202 REPORTER_ASSERT(reporter, maxR.contains(strokeR));
PathOpsAngleIdeas.cpp 795 double maxR = SK_ScalarMax;
    [all...]
  /external/deqp/framework/common/
tcuTexCompareVerifier.cpp 123 const float maxR = result+err;
125 return (resultSet.isTrue && de::inRange(1.0f, minR, maxR)) ||
126 (resultSet.isFalse && de::inRange(0.0f, minR, maxR));
240 const float maxR = maxV+totalErr;
242 if (de::inRange(result, minR, maxR))
351 const float maxR = maxV+totalErr;
353 if (de::inRange(result, minR, maxR))
512 const float maxR = maxF+totalErr;
514 if (de::inRange(result, minR, maxR))
    [all...]
  /external/opencv3/modules/features2d/test/
test_rotation_and_scale_invariance.cpp 126 float maxR = std::max(r0, r1);
127 if(c + minR <= maxR)
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 424 unsigned short maxR = (maxBlockX == maxBlockY) ? 1000 : 200;
427 checkPixel(buf, w-1, h-1, maxR, maxG, maxB);

Completed in 1768 milliseconds