Searched refs:GetRed (Results 1 – 1 of 1) sorted by relevance
76 static inline int GetRed(const uint32* rgba) { in GetRed() function108 const int r = GetRed(rgba); in GetLumaYfromPtr()490 GetRed(rgb_line1 + 0) + GetRed(rgb_line1 + 1) + in RGBALinepairToYUV420()491 GetRed(rgb_line2 + 0) + GetRed(rgb_line2 + 1); in RGBALinepairToYUV420()514 const int sum_r = GetRed(rgb_line1) + GetRed(rgb_line2); in RGBALinepairToYUV420()
Completed in 9 milliseconds