Searched defs:VP8RGBToY (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | yuv.h | 197 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) { in VP8RGBToY() function 217 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) { in VP8RGBToY() function
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | yuv.h | 241 static WEBP_INLINE int VP8RGBToY(int r, int g, int b) { in VP8RGBToY() function 262 static WEBP_INLINE int VP8RGBToY(int r, int g, int b) { in VP8RGBToY() function
|