Home | History | Annotate | Download | only in source

Lines Matching refs:RGBToY

256 static __inline int RGBToY(uint8 r, uint8 g, uint8 b) {
271 dst_y[0] = RGBToY(src_argb0[R], src_argb0[G], src_argb0[B]); \
397 dst_y[0] = RGBToY(r, g, b);
412 dst_y[0] = RGBToY(r, g, b);
427 dst_y[0] = RGBToY(r, g, b);