Home | History | Annotate | Download | only in source

Lines Matching full:rgbtogray

310 static __inline int RGBToGray(uint8 r, uint8 g, uint8 b) {
316 uint8 y = RGBToGray(src_argb[2], src_argb[1], src_argb[0]);