Home
last modified time | relevance | path

Searched refs:Y (Results 1 – 5 of 5) sorted by relevance

/TaskScheduler/ThirdParty/Squish/
H A Dmaths.cpp57 covariance[1] += a.X()*b.Y(); in ComputeWeightedCovariance()
59 covariance[3] += a.Y()*b.Y(); in ComputeWeightedCovariance()
60 covariance[4] += a.Y()*b.Z(); in ComputeWeightedCovariance()
H A Dsinglecolourfit.cpp68 m_colour[1] = ( u8 )FloatToInt( 255.0f*values->Y(), 255 ); in SingleColourFit()
H A Dcolourblock.cpp49 int g = FloatToInt( 63.0f*colour.Y(), 63 ); in FloatTo565()
H A Dmaths.h59 float Y() const { return m_y; } in Y() function
H A Dclusterfit.cpp110 Vec4 p( unweighted[j].X(), unweighted[j].Y(), unweighted[j].Z(), 1.0f ); in ConstructOrdering()