Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dwebpimg.c292 static void YUV420toRGBLine(uint8* y_src, in YUV420toRGBLine() argument
301 ToRGB(y_src[0], U, V, rgb_dst); in YUV420toRGBLine()
302 ToRGB(y_src[1], U, V, rgb_dst + 1); in YUV420toRGBLine()
305 y_src += 2; in YUV420toRGBLine()
309 ToRGB(y_src[0], (*u_src), (*v_src), rgb_dst); in YUV420toRGBLine()

Completed in 8 milliseconds