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/libyuv/files/source/
H A Drow_common.cc310 static __inline int RGBToGray(uint8 r, uint8 g, uint8 b) { function
316 uint8 y = RGBToGray(src_argb[2], src_argb[1], src_argb[0]);

Completed in 3196 milliseconds