Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/Squish/
H A Drangefit.cpp47 int const count = m_colours->GetCount(); in RangeFit()
48 Vec3 const* values = m_colours->GetPoints(); in RangeFit()
49 float const* weights = m_colours->GetWeights(); in RangeFit()
100 int const count = m_colours->GetCount(); in Compress3()
101 Vec3 const* values = m_colours->GetPoints(); in Compress3()
139 m_colours->RemapIndices( closest, indices ); in Compress3()
152 int const count = m_colours->GetCount(); in Compress4()
153 Vec3 const* values = m_colours->GetPoints(); in Compress4()
192 m_colours->RemapIndices( closest, indices ); in Compress4()
H A Dcolourfit.cpp32 : m_colours( colours ), in ColourFit()
43 if( !m_colours->IsTransparent() ) in Compress()
H A Dclusterfit.cpp51 int const count = m_colours->GetCount(); in ClusterFit()
52 Vec3 const* values = m_colours->GetPoints(); in ClusterFit()
55 Sym3x3 covariance = ComputeWeightedCovariance( count, values, m_colours->GetWeights() ); in ClusterFit()
64 int const count = m_colours->GetCount(); in ConstructOrdering()
65 Vec3 const* values = m_colours->GetPoints(); in ConstructOrdering()
104 Vec3 const* unweighted = m_colours->GetPoints(); in ConstructOrdering()
105 float const* weights = m_colours->GetWeights(); in ConstructOrdering()
122 int const count = m_colours->GetCount(); in Compress3()
238 m_colours->RemapIndices( unordered, bestindices ); in Compress3()
251 int const count = m_colours->GetCount(); in Compress4()
[all …]
H A Dsinglecolourfit.cpp66 Vec3 const* values = m_colours->GetPoints(); in SingleColourFit()
93 m_colours->RemapIndices( &m_index, indices ); in Compress3()
121 m_colours->RemapIndices( &m_index, indices ); in Compress4()
H A Dcolourfit.h47 ColourSet const* m_colours; variable