Searched refs:sumW (Results 1 – 1 of 1) sorted by relevance
147 float sumW = w[0] + w[1] + w[2]; in ComputeWhitePoint() local148 return {{w[0] / sumW, w[1] / sumW}}; in ComputeWhitePoint()