Searched refs:RGB_TO_Y_JPEG (Results 1 – 2 of 2) sorted by relevance
36 b[0] = RGB_TO_Y_JPEG(color_rgba[0], color_rgba[1],color_rgba[2]) + 128; in setdc()
110 #define RGB_TO_Y_JPEG(r, g, b) \ macro