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

/haiku/src/kits/shared/
H A DColorQuantizer.cpp48 uint32 sumB; // Sum of blue components member in struct:BColorQuantizer::Node
167 (*_node)->sumB += b;
216 uint32 sumB = 0; local
224 sumB += node->child[i]->sumB;
238 node->sumB = sumB;
267 table[*_index].b = clip((float)node->sumB / node->pixelCount);

Completed in 117 milliseconds