Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dwebpimg.c483 uint8* Y_dst1, in RGBALinepairToYUV420() argument
499 Y_dst1[0] = GetLumaYfromPtr(rgb_line1 + 0); in RGBALinepairToYUV420()
500 Y_dst1[1] = GetLumaYfromPtr(rgb_line1 + 1); in RGBALinepairToYUV420()
509 Y_dst1 += 2; in RGBALinepairToYUV420()
518 Y_dst1[0] = GetLumaYfromPtr(rgb_line1); in RGBALinepairToYUV420()

Completed in 8 milliseconds