Home
last modified time | relevance | path

Searched refs:weights (Results 1 – 4 of 4) sorted by relevance

/TaskScheduler/ThirdParty/Squish/
H A Dmaths.cpp37 Sym3x3 ComputeWeightedCovariance( int n, Vec3 const* points, float const* weights ) in ComputeWeightedCovariance() argument
44 total += weights[i]; in ComputeWeightedCovariance()
45 centroid += weights[i]*points[i]; in ComputeWeightedCovariance()
54 Vec3 b = weights[i]*a; in ComputeWeightedCovariance()
H A Drangefit.cpp49 float const* weights = m_colours->GetWeights(); in RangeFit() local
52 Sym3x3 covariance = ComputeWeightedCovariance( count, values, weights ); in RangeFit()
H A Dclusterfit.cpp105 float const* weights = m_colours->GetWeights(); in ConstructOrdering() local
111 Vec4 w( weights[j] ); in ConstructOrdering()
H A Dmaths.h228 Sym3x3 ComputeWeightedCovariance( int n, Vec3 const* points, float const* weights );