Home
last modified time | relevance | path

Searched defs:RGBToGray (Results 1 – 2 of 2) sorted by relevance

/external/opencv/otherlibs/highgui/
Dgrfmt_exr.cpp530 void GrFmtExrReader::RGBToGray( float *in, float *out ) in RGBToGray() function in GrFmtExrReader
/external/webp/src/enc/
Dpicture_csp_enc.c252 static int RGBToGray(int r, int g, int b) { in RGBToGray() function