Searched refs:RGBToGray (Results 1 - 3 of 3) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dgrfmt_exr.h74 void RGBToGray( float *in, float *out );
H A Dgrfmt_exr.cpp340 RGBToGray( (float *)buffer, (float *)out );
530 void GrFmtExrReader::RGBToGray( float *in, float *out ) function in class:GrFmtExrReader
/external/webp/src/enc/
H A Dpicture_csp_enc.c252 static int RGBToGray(int r, int g, int b) { function
290 const int W = RGBToGray(r, g, b);
303 y[i] = RGBToGray(rgb[0 * w + i], rgb[1 * w + i], rgb[2 * w + i]);

Completed in 304 milliseconds