Home
last modified time | relevance | path

Searched refs:GetWeights (Results 1 – 3 of 3) sorted by relevance

/TaskScheduler/ThirdParty/Squish/
H A Dcolourset.h43 float const* GetWeights() const { return m_weights; } in GetWeights() function
H A Drangefit.cpp49 float const* weights = m_colours->GetWeights(); in RangeFit()
H A Dclusterfit.cpp55 Sym3x3 covariance = ComputeWeightedCovariance( count, values, m_colours->GetWeights() ); in ClusterFit()
105 float const* weights = m_colours->GetWeights(); in ConstructOrdering()