Searched refs:RGBToGray (Results 1 – 4 of 4) sorted by relevance
/external/opencv/otherlibs/highgui/ |
D | grfmt_exr.h | 74 void RGBToGray( float *in, float *out );
|
D | grfmt_exr.cpp | 340 RGBToGray( (float *)buffer, (float *)out ); in ReadData() 530 void GrFmtExrReader::RGBToGray( float *in, float *out ) in RGBToGray() function in GrFmtExrReader
|
/external/webp/src/enc/ |
D | picture_csp.c | 273 static int RGBToGray(int r, int g, int b) { in RGBToGray() function 550 W = RGBToGray(best_uv[off + 0], best_uv[off + 1], best_uv[off + 2]); in PreprocessARGB()
|
/external/libyuv/files/source/ |
D | row_common.cc | 310 static __inline int RGBToGray(uint8 r, uint8 g, uint8 b) { in RGBToGray() function 316 uint8 y = RGBToGray(src_argb[2], src_argb[1], src_argb[0]); in ARGBGrayRow_C()
|