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

/external/chromium_org/third_party/libwebp/dsp/
H A Dyuv.h280 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) { function
300 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) { function
/external/webp/src/dsp/
H A Dyuv.h280 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) { function
300 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) { function
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_tools.c139 const int Y0 = VP8RGBToY(red, green, blue, YUV_HALF);
H A Dpicture_csp.c76 return VP8RGBToY(r, g, b, VP8RandomBits(rg, YUV_FIX));
/external/webp/src/enc/
H A Dpicture_tools.c139 const int Y0 = VP8RGBToY(red, green, blue, YUV_HALF);
H A Dpicture_csp.c76 return VP8RGBToY(r, g, b, VP8RandomBits(rg, YUV_FIX));
/external/chromium_org/third_party/libwebp/dec/
H A Dvp8l.c487 y[i] = VP8RGBToY((p >> 16) & 0xff, (p >> 8) & 0xff, (p >> 0) & 0xff,
/external/webp/src/dec/
H A Dvp8l.c487 y[i] = VP8RGBToY((p >> 16) & 0xff, (p >> 8) & 0xff, (p >> 0) & 0xff,

Completed in 1166 milliseconds