Searched refs:rgb_line1 (Results 1 – 1 of 1) sorted by relevance
480 static void RGBALinepairToYUV420(uint32* rgb_line1, in RGBALinepairToYUV420() argument490 GetRed(rgb_line1 + 0) + GetRed(rgb_line1 + 1) + in RGBALinepairToYUV420()493 GetGreen(rgb_line1 + 0) + GetGreen(rgb_line1 + 1) + in RGBALinepairToYUV420()496 GetBlue(rgb_line1 + 0) + GetBlue(rgb_line1 + 1) + in RGBALinepairToYUV420()499 Y_dst1[0] = GetLumaYfromPtr(rgb_line1 + 0); in RGBALinepairToYUV420()500 Y_dst1[1] = GetLumaYfromPtr(rgb_line1 + 1); in RGBALinepairToYUV420()507 rgb_line1 += 2; in RGBALinepairToYUV420()514 const int sum_r = GetRed(rgb_line1) + GetRed(rgb_line2); in RGBALinepairToYUV420()515 const int sum_g = GetGreen(rgb_line1) + GetGreen(rgb_line2); in RGBALinepairToYUV420()516 const int sum_b = GetBlue(rgb_line1) + GetBlue(rgb_line2); in RGBALinepairToYUV420()[all …]
Completed in 7 milliseconds