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

  /external/webp/src/dsp/
yuv.h 159 static WEBP_INLINE int VP8RGBToV(int r, int g, int b) {
180 static WEBP_INLINE int VP8RGBToV(int r, int g, int b) {
  /external/webp/src/dec/
vp8l.c 483 v[i] = VP8RGBToV(r, g, b);
486 const int tmp_v = VP8RGBToV(r, g, b);
499 v[i] = VP8RGBToV(r, g, b);
502 const int tmp_v = VP8RGBToV(r, g, b);
    [all...]
  /external/webp/src/enc/
picture.c 567 picture->v[dst] = VP8RGBToV(r, g, b); \
577 picture->v0[dst] = VP8RGBToV(r, g, b); \
    [all...]

Completed in 71 milliseconds