Searched refs:VP8RGBToV (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Dyuv.h290 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) { function
310 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) { function
/external/webp/src/dsp/
H A Dyuv.h290 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) { function
310 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) { function
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_tools.c142 const int V0 = VP8RGBToV(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF);
H A Dpicture_csp.c84 return VP8RGBToV(r, g, b, VP8RandomBits(rg, YUV_FIX + 2));
/external/webp/src/enc/
H A Dpicture_tools.c142 const int V0 = VP8RGBToV(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF);
H A Dpicture_csp.c84 return VP8RGBToV(r, g, b, VP8RandomBits(rg, YUV_FIX + 2));
/external/chromium_org/third_party/libwebp/dec/
H A Dvp8l.c508 v[i] = VP8RGBToV(r, g, b, YUV_HALF << 2);
511 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2);
524 v[i] = VP8RGBToV(r, g, b, YUV_HALF << 2);
527 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2);
/external/webp/src/dec/
H A Dvp8l.c508 v[i] = VP8RGBToV(r, g, b, YUV_HALF << 2);
511 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2);
524 v[i] = VP8RGBToV(r, g, b, YUV_HALF << 2);
527 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2);

Completed in 298 milliseconds