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

  /external/webp/src/dsp/
yuv.h 154 static WEBP_INLINE int VP8RGBToU(int r, int g, int b) {
175 static WEBP_INLINE int VP8RGBToU(int r, int g, int b) {
  /external/webp/src/dec/
vp8l.c 476 // VP8RGBToU/V expects four accumulated pixels. Hence we need to
482 u[i] = VP8RGBToU(r, g, b);
485 const int tmp_u = VP8RGBToU(r, g, b);
498 u[i] = VP8RGBToU(r, g, b);
501 const int tmp_u = VP8RGBToU(r, g, b);
    [all...]
  /external/webp/src/enc/
picture.c 566 picture->u[dst] = VP8RGBToU(r, g, b); \
576 picture->u0[dst] = VP8RGBToU(r, g, b); \
    [all...]

Completed in 511 milliseconds