Home
last modified time | relevance | path

Searched refs:VP8RGBToU (Results 1 – 7 of 7) sorted by relevance

/external/webp/src/dsp/
Dyuv.c191 const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2); in WebPConvertARGBToUV_C()
207 const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2); in WebPConvertARGBToUV_C()
240 u[i] = VP8RGBToU(r, g, b, YUV_HALF << 2); in WebPConvertRGBA32ToUV_C()
Dyuv.h202 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/
Dyuv.h247 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
/external/opencv3/3rdparty/libwebp/dec/
Dvp8l.c484 u[i] = VP8RGBToU(r, g, b); in ConvertToYUVA()
487 const int tmp_u = VP8RGBToU(r, g, b); in ConvertToYUVA()
500 u[i] = VP8RGBToU(r, g, b); in ConvertToYUVA()
503 const int tmp_u = VP8RGBToU(r, g, b); in ConvertToYUVA()
/external/webp/src/enc/
Dpicture_tools.c161 const int U0 = VP8RGBToU(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF); in WebPBlendAlpha()
Dpicture_csp.c146 return (rg == NULL) ? VP8RGBToU(r, g, b, YUV_HALF << 2) in RGBToU()
147 : VP8RGBToU(r, g, b, VP8RandomBits(rg, YUV_FIX + 2)); in RGBToU()
/external/opencv3/3rdparty/libwebp/enc/
Dpicture.c567 picture->u[dst] = VP8RGBToU(r, g, b); \
577 picture->u0[dst] = VP8RGBToU(r, g, b); \