Searched defs:VP8RGBToV (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | yuv.h | 207 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) { in VP8RGBToV() function 227 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) { in VP8RGBToV() function
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | yuv.h | 252 static WEBP_INLINE int VP8RGBToV(int r, int g, int b) { in VP8RGBToV() function 273 static WEBP_INLINE int VP8RGBToV(int r, int g, int b) { in VP8RGBToV() function
|