Home
last modified time | relevance | path

Searched refs:m_correlationThreshold (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/animation/backend/
H A Dfunctionrangefinder_p.h74 int correlationThreshold() const { return m_correlationThreshold; } in correlationThreshold()
77 m_correlationThreshold = std::max(1, int(std::pow(float(m_x.size()), 0.25))); in updateAutomaticCorrelationThreshold()
88 int m_correlationThreshold; variable
H A Dfunctionrangefinder.cpp77 , m_correlationThreshold(1) in FunctionRangeFinder()
104 m_correlated = std::abs(jLower - m_previousLowerBound) <= m_correlationThreshold; in locate()
165 m_correlated = std::abs(jLower - m_previousLowerBound) <= m_correlationThreshold; in hunt()