/development/perftests/panorama/feature_stab/db_vlvm/ |
db_feature_detection.cpp | 1631 float max_val,threshold; local 1730 float max_val,threshold; local [all...] |
/external/ImageMagick/MagickCore/ |
effect.c | 94 #include "MagickCore/threshold.h" 2257 threshold; local [all...] |
/external/ImageMagick/MagickWand/ |
operation.c | 785 if (LocaleCompare("dissimilarity-threshold",option+1) == 0) 2196 threshold; local 3379 threshold; local [all...] |
/external/deqp/modules/egl/ |
teglImageFormatTests.cpp | 447 float threshold = 0.05f; local 448 bool match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface, screen, threshold, tcu::COMPARE_LOG_RESULT); 698 const tcu::IVec4 threshold (2 * (tcu::IVec4(1) << (tcu::IVec4(8) - bitDepth))); 699 const tcu::RGBA threshold8 ((deUint8)(de::clamp(threshold[0], 0, 255)), (deUint8)(de::clamp(threshold[1], 0, 255)), (deUint8)(de::clamp(threshold[2], 0, 255)), (deUint8)(de::clamp(threshold[3], 0, 255))); [all...] |
/external/deqp/modules/gles2/functional/ |
es2fDepthStencilTests.cpp | 620 tcu::RGBA threshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local 702 bool compareOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison Result", *m_refColorBuffer, renderedImg, threshold, [all...] |
es2fTextureSpecificationTests.cpp | 505 tcu::UVec4 threshold = computeCompareThreshold(m_context.getRenderTarget().getPixelFormat(), m_texFormat); local 506 bool isOk = tcu::intThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, 546 const float threshold = 0.02f; local 547 isOk = tcu::fuzzyCompare(m_testCtx.getLog(), "Result", (string("Image comparison result: ") + de::toString((tcu::CubeFace)face)).c_str(), reference, result, threshold, [all...] |
es2fTextureUnitTests.cpp | 430 const float threshold = 0.1f; local 439 if (de::abs(lodMax) < threshold || (lodMax > 0.0f && de::abs(deFloatFrac(lodMax) - 0.5f) < threshold) || 440 de::abs(lodMin) < threshold || (lodMin > 0.0f && de::abs(deFloatFrac(lodMin) - 0.5f) < threshold) || 812 const float threshold = 0.001f; local 813 bool isOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT); [all...] |
/external/deqp/modules/gles3/functional/ |
es3fDepthStencilTests.cpp | 620 tcu::RGBA threshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local 702 bool compareOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison Result", *m_refColorBuffer, renderedImg, threshold, [all...] |
/external/deqp/modules/gles31/functional/ |
es31fDrawBuffersIndexedTests.cpp | 478 const UVec4 threshold = getFloatULPThreshold(format, result.getFormat()); local 480 if (!tcu::floatUlpThresholdCompare(log, name.c_str(), desc.c_str(), refRenderbuffer, result, threshold, tcu::COMPARE_LOG_RESULT)) 491 const UVec4 threshold (1, 1, 1, 1); 493 if (!tcu::intThresholdCompare(log, name.c_str(), desc.c_str(), refRenderbuffer, result, threshold, tcu::COMPARE_LOG_RESULT)) 504 const Vec4 threshold = getFixedPointFormatThreshold(format, result.getFormat()); local 506 if (!tcu::floatThresholdCompare(log, name.c_str(), desc.c_str(), refRenderbuffer, result, threshold, tcu::COMPARE_LOG_RESULT)) [all...] |
es31fOpaqueTypeIndexingTests.cpp | 631 const float threshold = 1.0f / 256.0f; local 636 isOk = boolAll(lessThanEqual(abs(reference-result), tcu::Vec4(threshold))); [all...] |
es31fTextureSpecificationTests.cpp | 294 const float threshold = 0.02f; local 299 bool isFaceOk = tcu::fuzzyCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference, result, threshold, [all...] |
/external/e2fsprogs/e2fsck/ |
pass1.c | 520 unsigned int threshold; local 531 "numdirs_threshold", 0, 0, &threshold); 540 (threshold && num_dirs <= threshold)) [all...] |
/external/freetype/src/autofit/ |
afcjk.c | 1595 FT_Pos threshold = 64; local [all...] |
/external/freetype/src/pshinter/ |
pshalgo.c | 1673 FT_Int threshold; local [all...] |
/external/freetype/src/truetype/ |
ttinterp.h | 221 FT_F26Dot6 threshold; member in struct:TT_ExecContextRec_
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
LocaleMatcher.java | 63 * Threshold for falling back to the default (first) language. May make this 69 * The default language, in case the threshold is not met. 74 * The default language, in case the threshold is not met. 76 private final double threshold; field in class:LocaleMatcher 81 * threshold, that default language is chosen. Typically the default is English, 121 public LocaleMatcher(LocalePriorityList languagePriorityList, LanguageMatcherData matcherData, double threshold) { 129 this.threshold = threshold; 194 if (bestWeight < threshold) { 276 if (bestWeight < threshold) { [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
LocaleMatcher.java | 62 * Threshold for falling back to the default (first) language. May make this 68 * The default language, in case the threshold is not met. 73 * The default language, in case the threshold is not met. 75 private final double threshold; field in class:LocaleMatcher 80 * threshold, that default language is chosen. Typically the default is English, 122 public LocaleMatcher(LocalePriorityList languagePriorityList, LanguageMatcherData matcherData, double threshold) { 130 this.threshold = threshold; 198 if (bestWeight < threshold) { 283 if (bestWeight < threshold) { [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
afcjk.c | 1611 FT_Pos threshold = 64; local [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/ |
pshalgo.c | 1579 FT_Int threshold; local [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
ttinterp.h | 221 FT_F26Dot6 threshold; member in struct:TT_ExecContextRec_
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
arc.c | 527 double threshold = 0.05; local 544 found = (estimate_error(arc, etaA, eta_b) <= threshold);
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
ClassWriter.java | 261 * The threshold of the constant pool's hash table.
263 int threshold;
field in class:ClassWriter 538 threshold = (int) (0.75d * items.length);
[all...] |
/external/opencv/ml/src/ |
mlboost.cpp | 1223 double sum, threshold; local [all...] |
/external/opencv3/apps/traincascade/ |
old_ml_boost.cpp | 1435 double sum, threshold; local [all...] |
/external/opencv3/modules/core/test/ |
test_math.cpp | 1621 double threshold = (input.depth() == CV_32F ? FLT_EPSILON : DBL_EPSILON)*1000; local 1762 double threshold = (input.type() == CV_32F ? FLT_EPSILON : DBL_EPSILON)*1000; local [all...] |