Searched refs:sumG (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/shared/
H A DColorQuantizer.cpp47 uint32 sumG; // Sum of green components member in struct:BColorQuantizer::Node
166 (*_node)->sumG += g;
215 uint32 sumG = 0; local
223 sumG += node->child[i]->sumG;
237 node->sumG = sumG;
266 table[*_index].g = clip((float)node->sumG / node->pixelCount);

Completed in 38 milliseconds