HomeSort by relevance Sort by last modified time
    Searched refs:RGBToGray (Results 1 - 3 of 3) sorted by null

  /external/opencv/otherlibs/highgui/
grfmt_exr.h 74 void RGBToGray( float *in, float *out );
grfmt_exr.cpp 202 bool rgbtogray = false; local
301 rgbtogray = true;
331 if( rgbtogray )
340 RGBToGray( (float *)buffer, (float *)out );
530 void GrFmtExrReader::RGBToGray( float *in, float *out )
  /external/webp/src/enc/
picture_csp_enc.c 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]);
    [all...]

Completed in 931 milliseconds