Home
last modified time | relevance | path

Searched refs:clip_8b (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
Denc.c22 static WEBP_INLINE uint8_t clip_8b(int v) { in clip_8b() function
77 clip1[255 + i] = clip_8b(i); in InitTables()
88 dst[(x) + (y) * BPS] = clip_8b(ref[(x) + (y) * BPS] + ((v) >> 3))
Ddec.c54 static WEBP_INLINE uint8_t clip_8b(int v) { in clip_8b() function
62 dst[x + y * BPS] = clip_8b(dst[x + y * BPS] + ((v) >> 3))
/external/webp/src/dsp/
Denc.c22 static WEBP_INLINE uint8_t clip_8b(int v) { in clip_8b() function
77 clip1[255 + i] = clip_8b(i); in InitTables()
88 dst[(x) + (y) * BPS] = clip_8b(ref[(x) + (y) * BPS] + ((v) >> 3))
Ddec.c54 static WEBP_INLINE uint8_t clip_8b(int v) { in clip_8b() function
62 dst[x + y * BPS] = clip_8b(dst[x + y * BPS] + ((v) >> 3))