Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dwebpimg.h132 uint32* pixdata);
144 void RGBAToYUV420(uint32* pixdata,
H A Dwebpimg.c332 uint32* pixdata) { in YUV420toRGBA() argument
350 pixdata + y * words_per_line); in YUV420toRGBA()
595 void RGBAToYUV420(uint32* pixdata, in RGBAToYUV420() argument
610 RGBALinepairToYUV420(pixdata + 2 * y * words_per_line, in RGBAToYUV420()
611 pixdata + (2 * y + 1) * words_per_line, in RGBAToYUV420()
619 RGBALinepairToYUV420(pixdata + (y_height - 1) * words_per_line, in RGBAToYUV420()
620 pixdata + (y_height - 1) * words_per_line, in RGBAToYUV420()

Completed in 12 milliseconds