Home | History | Annotate | Download | only in enc

Lines Matching refs:RGBToGray

252 static int RGBToGray(int r, int g, int b) {
290 const int W = RGBToGray(r, g, b);
303 y[i] = RGBToGray(rgb[0 * w + i], rgb[1 * w + i], rgb[2 * w + i]);