HomeSort by relevance Sort by last modified time
    Searched refs:VP8RGBToY (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libwebp/dsp/
yuv.h 280 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) {
300 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) {
  /external/webp/src/dsp/
yuv.h 280 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) {
300 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) {
  /external/chromium_org/third_party/libwebp/enc/
picture_tools.c 139 const int Y0 = VP8RGBToY(red, green, blue, YUV_HALF);
picture_csp.c 76 return VP8RGBToY(r, g, b, VP8RandomBits(rg, YUV_FIX));
  /external/webp/src/enc/
picture_tools.c 139 const int Y0 = VP8RGBToY(red, green, blue, YUV_HALF);
picture_csp.c 76 return VP8RGBToY(r, g, b, VP8RandomBits(rg, YUV_FIX));
  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 487 y[i] = VP8RGBToY((p >> 16) & 0xff, (p >> 8) & 0xff, (p >> 0) & 0xff,
    [all...]
  /external/webp/src/dec/
vp8l.c 487 y[i] = VP8RGBToY((p >> 16) & 0xff, (p >> 8) & 0xff, (p >> 0) & 0xff,
    [all...]

Completed in 385 milliseconds