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

  /external/chromium_org/third_party/libwebp/dsp/
yuv.h 145 static WEBP_INLINE uint8_t VP8ClipN(int v, int N) { // clip to N bits
179 const int g = VP8ClipN(VP8YUVToG(y, u, v), 6);
180 const int b = VP8ClipN(VP8YUVToB(y, v), 5);
195 const int g = VP8ClipN(VP8YUVToG(y, u, v), 4);
  /external/webp/src/dsp/
yuv.h 145 static WEBP_INLINE uint8_t VP8ClipN(int v, int N) { // clip to N bits
179 const int g = VP8ClipN(VP8YUVToG(y, u, v), 6);
180 const int b = VP8ClipN(VP8YUVToB(y, v), 5);
195 const int g = VP8ClipN(VP8YUVToG(y, u, v), 4);

Completed in 309 milliseconds