Lines Matching refs:values
48 Vec3 const* values = m_colours->GetPoints(); in RangeFit() local
52 Sym3x3 covariance = ComputeWeightedCovariance( count, values, weights ); in RangeFit()
65 start = end = values[0]; in RangeFit()
66 min = max = Dot( values[0], principle ); in RangeFit()
69 float val = Dot( values[i], principle ); in RangeFit()
72 start = values[i]; in RangeFit()
77 end = values[i]; in RangeFit()
101 Vec3 const* values = m_colours->GetPoints(); in Compress3() local
119 float d = LengthSquared( m_metric*( values[i] - codes[j] ) ); in Compress3()
153 Vec3 const* values = m_colours->GetPoints(); in Compress4() local
172 float d = LengthSquared( m_metric*( values[i] - codes[j] ) ); in Compress4()