Searched refs:clip_8b (Results 1 – 5 of 5) sorted by relevance
75 static WEBP_INLINE uint8_t clip_8b(int v) { in clip_8b() function148 dst[x] = clip_8b(c + dither[x % DSIZE]); in ApplyFilter()150 dst[x] = clip_8b(c); in ApplyFilter()
257 static uint8_t clip_8b(fixed_t v) { in clip_8b() function387 return clip_8b(16 + (luma >> (YUV_FIX + SFIX))); in ConvertRGBToY()392 return clip_8b(128 + (u >> (YUV_FIX + SFIX))); in ConvertRGBToU()397 return clip_8b(128 + (v >> (YUV_FIX + SFIX))); in ConvertRGBToV()
20 static WEBP_INLINE uint8_t clip_8b(int v) { in clip_8b() function97 clip1[255 + i] = clip_8b(i); in InitTables()110 dst[(x) + (y) * BPS] = clip_8b(ref[(x) + (y) * BPS] + ((v) >> 3))
22 static WEBP_INLINE uint8_t clip_8b(int v) { in clip_8b() function30 dst[(x) + (y) * BPS] = clip_8b(dst[(x) + (y) * BPS] + ((v) >> 3))706 dst[i] = clip_8b((int)dst[i] + delta1); in DitherCombine8x8_C()
4211 0e94935c Merge "table-less version of clip_8b()"4212 1e0a2d25 table-less version of clip_8b()