Searched refs:GetLumaYfromPtr (Results 1 – 1 of 1) sorted by relevance
107 static inline int GetLumaYfromPtr(uint32* rgba) { in GetLumaYfromPtr() function499 Y_dst1[0] = GetLumaYfromPtr(rgb_line1 + 0); in RGBALinepairToYUV420()500 Y_dst1[1] = GetLumaYfromPtr(rgb_line1 + 1); in RGBALinepairToYUV420()501 Y_dst2[0] = GetLumaYfromPtr(rgb_line2 + 0); in RGBALinepairToYUV420()502 Y_dst2[1] = GetLumaYfromPtr(rgb_line2 + 1); in RGBALinepairToYUV420()518 Y_dst1[0] = GetLumaYfromPtr(rgb_line1); in RGBALinepairToYUV420()519 Y_dst2[0] = GetLumaYfromPtr(rgb_line2); in RGBALinepairToYUV420()
Completed in 9 milliseconds