Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dwebpimg.c492 const int sum_g = in RGBALinepairToYUV420() local
504 *u_dst++ = GetChromaU(sum_r, sum_g, sum_b); in RGBALinepairToYUV420()
505 *v_dst++ = GetChromaV(sum_r, sum_g, sum_b); in RGBALinepairToYUV420()
515 const int sum_g = GetGreen(rgb_line1) + GetGreen(rgb_line2); in RGBALinepairToYUV420() local
520 *u_dst = GetChromaU(2 * sum_r, 2 * sum_g, 2 * sum_b); in RGBALinepairToYUV420()
521 *v_dst = GetChromaV(2 * sum_r, 2 * sum_g, 2 * sum_b); in RGBALinepairToYUV420()

Completed in 7 milliseconds