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

  /external/opencv/cvaux/include/
cvaux.hpp 72 { return m_threshold; }
88 { m_threshold = threshold; return true; }
132 int m_threshold; member in class:CvCamShiftTracker
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExpandedNameTable.java 96 private int m_threshold; field in class:ExpandedNameTable
122 m_threshold = (int)(m_capacity * m_loadFactor);
211 if (m_nextType > m_threshold) {
252 m_threshold = (int)(newCapacity * m_loadFactor);
  /external/deqp/modules/internal/
ditImageCompareTests.cpp 118 , m_threshold (threshold)
135 result = tcu::bilinearCompare(m_testCtx.getLog(), "CompareResult", "Image comparison result", refImg, cmpImg, m_threshold, tcu::COMPARE_LOG_EVERYTHING);
153 const tcu::RGBA m_threshold; member in class:dit::BilinearCompareCase
  /external/eigen/Eigen/src/SparseQR/
SparseQR.h 225 m_threshold = threshold;
285 RealScalar m_threshold; // Threshold to determine null Householder reflections member in class:Eigen::SparseQR
360 RealScalar pivotThreshold = m_threshold;
  /external/opencv/cvaux/src/
camshift.cpp 50 m_threshold = 0;
  /external/deqp/modules/gles31/functional/
es31fSampleVariableTests.cpp 65 , m_threshold (tcu::IVec3(_threshold))
71 , m_threshold (_threshold)
78 return !tcu::boolAny(tcu::greaterThan(tcu::abs(m_color.toIVec().swizzle(0, 1, 2) - testColor.toIVec().swizzle(0, 1, 2)), tcu::IVec3(m_threshold)));
86 << ((m_threshold[0] >= 255) ? ("*") : (de::toString(m_color.getRed()))) << ", "
87 << ((m_threshold[1] >= 255) ? ("*") : (de::toString(m_color.getGreen()))) << ", "
88 << ((m_threshold[2] >= 255) ? ("*") : (de::toString(m_color.getBlue()))) << ")"
93 const tcu::IVec3 m_threshold; member in class:deqp::gles31::Functional::__anon18772::ColorVerifier
    [all...]
  /prebuilts/tools/common/m2/repository/logkit/logkit/1.0.1/
logkit-1.0.1.jar 

Completed in 126 milliseconds