Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/Squish/
H A Drangefit.cpp39 m_metric = Vec3( 0.2126f, 0.7152f, 0.0722f ); in RangeFit()
41 m_metric = Vec3( 1.0f ); in RangeFit()
119 float d = LengthSquared( m_metric*( values[i] - codes[j] ) ); in Compress3()
172 float d = LengthSquared( m_metric*( values[i] - codes[j] ) ); in Compress4()
H A Drangefit.h46 Vec3 m_metric; variable
H A Dclusterfit.h55 Vec4 m_metric; variable
H A Dclusterfit.cpp46 m_metric = Vec4( 0.2126f, 0.7152f, 0.0722f, 0.0f ); in ClusterFit()
48 m_metric = VEC4_CONST( 1.0f ); in ClusterFit()
184 Vec4 e5 = e4*m_metric; in Compress3()
319 Vec4 e5 = e4*m_metric; in Compress4()