Searched refs:akku (Results 1 – 1 of 1) sorted by relevance
388 int akku = 0; in refine_colors() local399 akku += prods[step]; in refine_colors()416 xx = akku >> 16; in refine_colors()417 yy = (akku >> 8) & 0xFF; in refine_colors()418 xy = (akku >> 0) & 0xFF; in refine_colors()