Home
last modified time | relevance | path

Searched refs:akku (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dtexturedspenc.c388 int akku = 0; in refine_colors() local
399 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()