HomeSort by relevance Sort by last modified time
    Searched refs:threshold (Results 401 - 425 of 605) sorted by null

<<11121314151617181920>>

  /external/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py 595 threshold = 4 # split costs one more segment
597 threshold = 8 # split costs two more segments
598 if (e - b + 1) > threshold:
    [all...]
  /external/opencv/ml/src/
mlboost.cpp 1223 double sum, threshold; local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiScanningServiceImpl.java 1444 int threshold = (100 + brightest[i].level) \/ 32 + 2; local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.plexus-0.0.0.M5.jar 
  /external/deqp/modules/egl/
teglImageFormatTests.cpp 804 float threshold = 0.05f; local
805 bool match = tcu::fuzzyCompare(m_log, "ComparisonResult", "Image comparison result", referenceScreen, screen, threshold, tcu::COMPARE_LOG_RESULT);
1236 float threshold = 0.05f; local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp 506 tcu::UVec4 threshold = computeCompareThreshold(m_context.getRenderTarget().getPixelFormat(), m_texFormat); local
507 bool isOk = tcu::intThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold,
547 const float threshold = 0.02f; local
548 isOk = tcu::fuzzyCompare(m_testCtx.getLog(), "Result", (string("Image comparison result: ") + de::toString((tcu::CubeFace)face)).c_str(), reference, result, threshold,
    [all...]
es2fVertexTextureTests.cpp 381 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(15,15,15,15); local
382 return tcu::pixelThresholdCompare(log, "Result", "Image compare result", ref, res, threshold, tcu::COMPARE_LOG_RESULT);
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c 514 unsigned int threshold; local
525 "numdirs_threshold", 0, 0, &threshold);
534 (threshold && num_dirs <= threshold))
    [all...]
  /external/freetype/src/autofit/
aflatin.c 452 /* that are not on the same Y coordinate, then threshold */
510 /* threshold. This ensures that small bumps in the outline */
521 /* heuristic threshold value */
532 /* heuristic threshold value */
937 FT_Pos threshold; local
946 threshold = 40;
953 threshold = 52;
955 fitted = ( scaled + threshold ) & ~63;
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractReferenceMap.java     [all...]
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp 3404 const int threshold = 8; local
3459 const int threshold = 8; local
    [all...]
es31fOpaqueTypeIndexingTests.cpp 576 const float threshold = 1.0f / 256.0f; local
581 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...]
es31fUniformLocationTests.cpp 440 const Vec4 threshold (0.1f, 0.1f, 0.1f, 0.1f);
449 if (!boolAll(lessThanEqual(diff, threshold)))
    [all...]
es31fTessellationGeometryInteractionTests.cpp 608 tcu::UVec4(8, 8, 8, 255), //!< threshold
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java 1400 float threshold = ((float) (serverTransactionTable.size() - serverTransactionTableLowaterMark)) local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 3025 int threshold = GeneralDragHysteresis; local
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 112 * its capacity threshold.
138 * of reads and delaying a lock acquisition until the threshold is crossed or a mutation occurs.
2083 int threshold; field in class:LocalCache.Segment
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 93 * its capacity threshold.
119 * of reads and delaying a lock acquisition until the threshold is crossed or a mutation occurs.
2089 int threshold; field in class:MapMakerInternalMap.Segment
    [all...]
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c     [all...]
  /external/freetype/src/truetype/
ttinterp.c     [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttinterp.c     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 1527 final int threshold = (isRtl) ? mCoordinates.contactImagesX - sSenderImageTouchSlop : local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 87 // Motion vector component magnitude threshold for defining fast motion.
418 int64_t threshold = threshold_multiplier * cpi->common.base_qindex; local
427 vt.part_variances->none.variance < threshold) {
434 vt.part_variances->vert[0].variance < threshold &&
435 vt.part_variances->vert[1].variance < threshold) {
444 vt.part_variances->horz[0].variance < threshold &&
445 vt.part_variances->horz[1].variance < threshold) {
533 // we get to one that's got a variance lower than our threshold, or we
    [all...]

Completed in 798 milliseconds

<<11121314151617181920>>