Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dwebpimg.c151 static void ToRGB(int y, int u, int v, uint32* const dst) { in ToRGB() function
301 ToRGB(y_src[0], U, V, rgb_dst); in YUV420toRGBLine()
302 ToRGB(y_src[1], U, V, rgb_dst + 1); in YUV420toRGBLine()
309 ToRGB(y_src[0], (*u_src), (*v_src), rgb_dst); in YUV420toRGBLine()

Completed in 8 milliseconds