Home | History | Annotate | Download | only in enc

Lines Matching refs:SUM

561 #define RGB_TO_UV(x, y, SUM) {                           \
564 const int r = SUM(r_ptr + src); \
565 const int g = SUM(g_ptr + src); \
566 const int b = SUM(b_ptr + src); \
571 #define RGB_TO_UV0(x_in, x_out, y, SUM) { \
574 const int r = SUM(r_ptr + src); \
575 const int g = SUM(g_ptr + src); \
576 const int b = SUM(b_ptr + src); \