Searched refs:clip_8b (Results 1 – 4 of 4) sorted by relevance
22 static WEBP_INLINE uint8_t clip_8b(int v) { in clip_8b() function77 clip1[255 + i] = clip_8b(i); in InitTables()88 dst[(x) + (y) * BPS] = clip_8b(ref[(x) + (y) * BPS] + ((v) >> 3))
54 static WEBP_INLINE uint8_t clip_8b(int v) { in clip_8b() function62 dst[x + y * BPS] = clip_8b(dst[x + y * BPS] + ((v) >> 3))