Searched refs:VP8RGBToU (Results 1 – 8 of 8) sorted by relevance
/external/webp/src/dsp/ |
D | yuv.h | 285 static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) { in VP8RGBToU() function 305 static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) { in VP8RGBToU() function
|
/external/chromium_org/third_party/libwebp/dsp/ |
D | yuv.h | 285 static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) { in VP8RGBToU() function 305 static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) { in VP8RGBToU() function
|
/external/webp/src/enc/ |
D | picture_tools.c | 141 const int U0 = VP8RGBToU(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF); in WebPBlendAlpha()
|
D | picture_csp.c | 80 return VP8RGBToU(r, g, b, VP8RandomBits(rg, YUV_FIX + 2)); in RGBToU()
|
/external/chromium_org/third_party/libwebp/enc/ |
D | picture_tools.c | 141 const int U0 = VP8RGBToU(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF); in WebPBlendAlpha()
|
D | picture_csp.c | 80 return VP8RGBToU(r, g, b, VP8RandomBits(rg, YUV_FIX + 2)); in RGBToU()
|
/external/webp/src/dec/ |
D | vp8l.c | 507 u[i] = VP8RGBToU(r, g, b, YUV_HALF << 2); in ConvertToYUVA() 510 const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2); in ConvertToYUVA() 523 u[i] = VP8RGBToU(r, g, b, YUV_HALF << 2); in ConvertToYUVA() 526 const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2); in ConvertToYUVA()
|
/external/chromium_org/third_party/libwebp/dec/ |
D | vp8l.c | 507 u[i] = VP8RGBToU(r, g, b, YUV_HALF << 2); in ConvertToYUVA() 510 const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2); in ConvertToYUVA() 523 u[i] = VP8RGBToU(r, g, b, YUV_HALF << 2); in ConvertToYUVA() 526 const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2); in ConvertToYUVA()
|