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

  /external/chromium_org/third_party/libwebp/dsp/
yuv.h 290 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) {
310 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) {
  /external/webp/src/dsp/
yuv.h 290 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) {
310 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) {
  /external/chromium_org/third_party/libwebp/enc/
picture_tools.c 142 const int V0 = VP8RGBToV(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF);
picture_csp.c 84 return VP8RGBToV(r, g, b, VP8RandomBits(rg, YUV_FIX + 2));
  /external/webp/src/enc/
picture_tools.c 142 const int V0 = VP8RGBToV(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF);
picture_csp.c 84 return VP8RGBToV(r, g, b, VP8RandomBits(rg, YUV_FIX + 2));
  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 508 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);
    [all...]
  /external/webp/src/dec/
vp8l.c 508 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);
    [all...]

Completed in 5722 milliseconds