Searched refs:SUM4 (Results 1 – 1 of 1) sorted by relevance
577 #define SUM4(ptr, step) LinearToGamma( \ macro785 r = SUM4(r_ptr + j, 4); in ConvertRowsToUVWithAlpha()786 g = SUM4(g_ptr + j, 4); in ConvertRowsToUVWithAlpha()787 b = SUM4(b_ptr + j, 4); in ConvertRowsToUVWithAlpha()823 const int r = SUM4(r_ptr + j, step); in ConvertRowsToUV()824 const int g = SUM4(g_ptr + j, step); in ConvertRowsToUV()825 const int b = SUM4(b_ptr + j, step); in ConvertRowsToUV()944 #undef SUM4