Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dwebpimg.c484 uint8* Y_dst2, in RGBALinepairToYUV420() argument
501 Y_dst2[0] = GetLumaYfromPtr(rgb_line2 + 0); in RGBALinepairToYUV420()
502 Y_dst2[1] = GetLumaYfromPtr(rgb_line2 + 1); in RGBALinepairToYUV420()
510 Y_dst2 += 2; in RGBALinepairToYUV420()
519 Y_dst2[0] = GetLumaYfromPtr(rgb_line2); in RGBALinepairToYUV420()

Completed in 7 milliseconds