Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/Squish/
H A Dsinglecolourfit.cpp140 for( int channel = 0; channel < 3; ++channel ) in ComputeEndPoints() local
143 SingleColourLookup const* lookup = lookups[channel]; in ComputeEndPoints()
144 int target = m_colour[channel]; in ComputeEndPoints()
147 sources[channel] = lookup[target].sources + index; in ComputeEndPoints()
150 int diff = sources[channel]->error; in ComputeEndPoints()