Searched refs:m_threshold (Results 1 - 6 of 6) sorted by relevance

/external/opencv/cvaux/include/
H A Dcvaux.hpp72 { 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/
H A DExpandedNameTable.java96 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/
H A DditImageCompareTests.cpp118 , 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/opencv/cvaux/src/
H A Dcamshift.cpp50 m_threshold = 0;
/external/eigen/Eigen/src/SparseQR/
H A DSparseQR.h225 m_threshold = threshold;
285 RealScalar m_threshold; // Threshold to determine null Householder reflections member in class:Eigen::SparseQR
360 RealScalar pivotThreshold = m_threshold;
/external/deqp/modules/gles31/functional/
H A Des31fSampleVariableTests.cpp65 , 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::__anon4846::ColorVerifier

Completed in 869 milliseconds