Searched refs:VP8ClipN (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/3rdparty/libwebp/dsp/
H A Dyuv.h145 static WEBP_INLINE uint8_t VP8ClipN(int v, int N) { // clip to N bits function
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 103 milliseconds