Searched defs:VP8RGBToU (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | yuv.h | 202 static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) { in VP8RGBToU() function 222 static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) { in VP8RGBToU() function
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | yuv.h | 247 static WEBP_INLINE int VP8RGBToU(int r, int g, int b) { in VP8RGBToU() function 268 static WEBP_INLINE int VP8RGBToU(int r, int g, int b) { in VP8RGBToU() function
|