Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dwebpimg.c84 static inline int GetBlue(const uint32* rgba) { in GetBlue() function
110 const int b = GetBlue(rgba); in GetLumaYfromPtr()
496 GetBlue(rgb_line1 + 0) + GetBlue(rgb_line1 + 1) + in RGBALinepairToYUV420()
497 GetBlue(rgb_line2 + 0) + GetBlue(rgb_line2 + 1); in RGBALinepairToYUV420()
516 const int sum_b = GetBlue(rgb_line1) + GetBlue(rgb_line2); in RGBALinepairToYUV420()

Completed in 6 milliseconds