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

/haiku/src/kits/shared/
H A DColorQuantizer.cpp46 uint32 sumR; // Sum of red components member in struct:BColorQuantizer::Node
165 (*_node)->sumR += r;
214 uint32 sumR = 0; local
222 sumR += node->child[i]->sumR;
236 node->sumR = sumR;
265 table[*_index].r = clip((float)node->sumR / node->pixelCount);

Completed in 32 milliseconds