/external/deqp/modules/gles31/functional/ |
es31fFboColorbufferTests.cpp | 103 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), MIN_THRESHOLD)); 105 m_testCtx.getLog() << TestLog::Message << "Comparing images, threshold: " << threshold << TestLog::EndMessage; 107 return tcu::bilinearCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
|
/external/opencv3/modules/cudafeatures2d/perf/ |
perf_features2d.cpp | 62 const int threshold = GET_PARAM(1); local 68 cv::cuda::FastFeatureDetector::create(threshold, nonMaxSuppersion, 88 TEST_CYCLE() cv::FAST(img, cpu_keypoints, threshold, nonMaxSuppersion);
|
/external/opencv3/modules/imgproc/perf/opencl/ |
perf_imgproc.cpp | 254 ///////////// Threshold //////////////////////// 261 OCL_PERF_TEST_P(ThreshFixture, Threshold, 268 const double maxValue = 220.0, threshold = 50; local 275 OCL_TEST_CYCLE() cv::threshold(src, dst, threshold, maxValue, threshType);
|
/external/opencv3/modules/photo/test/ |
test_hdr.cpp | 53 void checkEqual(Mat img0, Mat img1, double threshold, const string& name) 57 ASSERT_FALSE(max > threshold) << "max=" << max << " threshold=" << threshold << " method=" << name;
|
/libcore/ojluni/src/main/java/java/util/ |
HashMap.java | 172 int threshold; field in class:HashMap 217 // inflateTable() when table == EMPTY_TABLE. That method will take "threshold" 218 // to mean "capacity" and then replace it with the real threshold (i.e, multiplied with 220 threshold = initialCapacity; 255 inflateTable(threshold); 286 threshold = (int) thresholdFloat; 419 inflateTable(threshold); 492 * number of keys in this map reaches its threshold. 495 * resize the map, but sets threshold to Integer.MAX_VALUE. 507 threshold = Integer.MAX_VALUE [all...] |
/system/tpm/tpm_manager/server/ |
tpm_manager_service.cc | 79 int threshold; local 82 if (tpm_status_->GetDictionaryAttackInfo(&counter, &threshold, &lockout, 85 result->set_dictionary_attack_threshold(threshold);
|
/cts/tests/tests/display/src/android/display/cts/ |
VirtualDisplayTest.java | 422 // We use this threshold in case the display is being letterboxed when 428 final int threshold = width * height / 4; local 429 if (bluePixels > threshold) { 433 if (greenPixels > threshold) { 437 if (blackPixels > threshold) {
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
network_quiescence.js | 62 * resources requested via XMLHttpRequest) has exceeded a threshold defined 67 * threshold. This state is sticky, so once this function returns true for a
|
/external/deqp/modules/gles2/functional/ |
es2fFlushFinishTests.cpp | 403 const float threshold = ndx == 0 ? m_waitThreshold : m_readThreshold; 404 const bool isOk = behavior == EXPECT_COEF_GREATER_THAN ? coef > threshold : 405 behavior == EXPECT_COEF_LESS_THAN ? coef < threshold : false; 411 m_testCtx.getLog() << TestLog::Message << "ERROR: Expected " << name << " coefficient to be " << cmpName << " " << threshold << TestLog::EndMessage;
|
es2fTextureSizeTests.cpp | 124 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(7,7,7,7); local 157 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold); 267 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(7,7,7,7); local 301 return compareImages(log, referenceFrame, renderedFrame, threshold);
|
/external/deqp/modules/gles3/functional/ |
es3fTextureSizeTests.cpp | 124 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(7,7,7,7); local 157 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold); 267 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(7,7,7,7); local 301 return compareImages(log, referenceFrame, renderedFrame, threshold);
|
es3fShaderDerivateTests.cpp | 377 const tcu::Vec4& threshold, 387 log << TestLog::Message << "Expecting " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshold, numComps) << TestLog::EndMessage; 394 const bool isOk = tcu::allEqual(tcu::logicalOr(tcu::lessThanEqual(tcu::abs(reference - resDerivate), threshold), mask), tcu::BVec4(true)); 928 const tcu::Vec4 threshold = getSurfaceThreshold() / abs(m_derivScale); local 931 reference, threshold, m_derivScale, m_derivBias); 1065 const tcu::Vec4 threshold = max(surfaceThreshold, opThreshold); local 1126 const tcu::Vec4 threshold = max(surfaceThreshold, max(dxThreshold, dyThreshold)); local 1360 const tcu::Vec4 threshold = max(surfaceThreshold, opThreshold); local 1415 const tcu::Vec4 threshold = max(surfaceThreshold, max(dxThreshold, dyThreshold)); local [all...] |
/external/e2fsprogs/e2fsck/ |
dirinfo.c | 42 unsigned int threshold; local 50 "numdirs_threshold", 0, 0, &threshold); 55 (threshold && num_dirs <= threshold))
|
/external/eigen/Eigen/src/QR/ |
ColPivHouseholderQR.h | 218 * For that, it uses the threshold value that you can control by calling 225 RealScalar premultiplied_threshold = abs(m_maxpivot) * threshold(); 235 * For that, it uses the threshold value that you can control by calling 248 * For that, it uses the threshold value that you can control by calling 261 * For that, it uses the threshold value that you can control by calling 273 * For that, it uses the threshold value that you can control by calling 305 /** Allows to prescribe a threshold to be used by certain methods, such as rank(), 309 * When it needs to get the threshold value, Eigen calls threshold(). By default, this 310 * uses a formula to automatically determine a reasonable threshold 347 RealScalar threshold() const function in class:Eigen::ColPivHouseholderQR [all...] |
ColPivHouseholderQR_MKL.h | 75 RealScalar premultiplied_threshold = abs(m_maxpivot) * threshold(); \
|
FullPivHouseholderQR.h | 215 * For that, it uses the threshold value that you can control by calling 222 RealScalar premultiplied_threshold = abs(m_maxpivot) * threshold(); 232 * For that, it uses the threshold value that you can control by calling 245 * For that, it uses the threshold value that you can control by calling 258 * For that, it uses the threshold value that you can control by calling 270 * For that, it uses the threshold value that you can control by calling 301 /** Allows to prescribe a threshold to be used by certain methods, such as rank(), 305 * When it needs to get the threshold value, Eigen calls threshold(). By default, this 306 * uses a formula to automatically determine a reasonable threshold 343 RealScalar threshold() const function in class:Eigen::FullPivHouseholderQR [all...] |
/external/opencv/cv/src/ |
cvhaar.cpp | 69 float threshold; member in struct:CvHidHaarTreeNode 89 float threshold; member in struct:CvHidHaarStageClassifier 288 hid_stage_classifier->threshold = stage_classifier->threshold - icv_stage_threshold_bias; 318 node->threshold = classifier->threshold[l]; 369 ipp_thresholds[j] = classifier->threshold[0]; 673 double t = node->threshold * variance_norm_factor; 744 if( stage_sum >= ptr->threshold ) 772 double sum, t = node->threshold*variance_norm_factor, a, b 1545 float threshold = 0; local [all...] |
cvpyrsegmentation.cpp | 97 double threshold, 102 double threshold, 108 void *_writer, float threshold, int is_last_iter, void *_stub, CvWriteNodeFunction /*func*/); 112 void *_writer, float threshold, int is_last_iter, void *_stub, CvWriteNodeFunction /*func*/); [all...] |
/external/opencv3/modules/features2d/test/ |
test_mser.cpp | 130 threshold(src, src, thresh, 255, THRESH_BINARY);
|
/external/opencv3/samples/cpp/ |
ffilldemo.cpp | 58 threshold(mask, mask, 1, 128, THRESH_BINARY);
|
/external/opencv3/samples/python2/ |
mouse_and_match.py | 35 val, result = cv2.threshold(result, 0.01, 0, cv2.THRESH_TOZERO)
|
/frameworks/base/core/tests/coretests/src/android/hardware/display/ |
VirtualDisplayTest.java | 476 // We use this threshold in case the display is being letterboxed when 482 final int threshold = width * height / 4; local 483 if (bluePixels > threshold) { 487 if (greenPixels > threshold) { 491 if (blackPixels > threshold) {
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
Suggest.java | 77 * Set the normalized-score threshold for a suggestion to be considered strong enough that we 79 * @param threshold the threshold 81 public void setAutoCorrectionThreshold(final float threshold) { 82 mAutoCorrectionThreshold = threshold; 86 * Set the normalized-score threshold for what we consider a "plausible" suggestion, in 87 * the same dimension as the auto-correction threshold. 88 * @param threshold the threshold 90 public void setPlausibilityThreshold(final float threshold) { [all...] |
/external/freetype/src/pshinter/ |
pshalgo.c | 1673 FT_Int threshold; local [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/ |
pshalgo.c | 1579 FT_Int threshold; local [all...] |