Searched refs:GetBlue (Results 1 – 1 of 1) sorted by relevance
84 static inline int GetBlue(const uint32* rgba) { in GetBlue() function110 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