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

  /external/chromium_org/third_party/libwebp/dsp/
yuv.h 252 static WEBP_INLINE int VP8RGBToV(int r, int g, int b) {
273 static WEBP_INLINE int VP8RGBToV(int r, int g, int b) {
  /external/webp/src/dsp/
yuv.h 252 static WEBP_INLINE int VP8RGBToV(int r, int g, int b) {
273 static WEBP_INLINE int VP8RGBToV(int r, int g, int b) {
  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 485 v[i] = VP8RGBToV(r, g, b);
488 const int tmp_v = VP8RGBToV(r, g, b);
501 v[i] = VP8RGBToV(r, g, b);
504 const int tmp_v = VP8RGBToV(r, g, b);
    [all...]
  /external/webp/src/dec/
vp8l.c 485 v[i] = VP8RGBToV(r, g, b);
488 const int tmp_v = VP8RGBToV(r, g, b);
501 v[i] = VP8RGBToV(r, g, b);
504 const int tmp_v = VP8RGBToV(r, g, b);
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
picture.c 568 picture->v[dst] = VP8RGBToV(r, g, b); \
578 picture->v0[dst] = VP8RGBToV(r, g, b); \
    [all...]
  /external/webp/src/enc/
picture.c 568 picture->v[dst] = VP8RGBToV(r, g, b); \
578 picture->v0[dst] = VP8RGBToV(r, g, b); \
    [all...]

Completed in 1486 milliseconds