OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/libyuv/files/source/
row_common.cc
310
static __inline int
RGBToGray
(uint8 r, uint8 g, uint8 b) {
316
uint8 y =
RGBToGray
(src_argb[2], src_argb[1], src_argb[0]);
[
all
...]
Completed in 222 milliseconds