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

/external/chromium_org/third_party/libwebp/utils/
H A Dquant_levels_dec.c74 static WEBP_INLINE uint8_t clip_8b(int v) { function
146 dst[x] = clip_8b(c + dither[x % DSIZE]);
148 dst[x] = clip_8b(c);
/external/webp/src/utils/
H A Dquant_levels_dec.c74 static WEBP_INLINE uint8_t clip_8b(int v) { function
146 dst[x] = clip_8b(c + dither[x % DSIZE]);
148 dst[x] = clip_8b(c);
/external/chromium_org/third_party/libwebp/dsp/
H A Denc.c20 static WEBP_INLINE uint8_t clip_8b(int v) { function
75 clip1[255 + i] = clip_8b(i);
86 dst[(x) + (y) * BPS] = clip_8b(ref[(x) + (y) * BPS] + ((v) >> 3))
H A Ddec.c19 static WEBP_INLINE uint8_t clip_8b(int v) { function
27 dst[x + y * BPS] = clip_8b(dst[x + y * BPS] + ((v) >> 3))
62 // In the worst case scenario, the input to clip_8b() can be as large as
/external/webp/src/dsp/
H A Denc.c20 static WEBP_INLINE uint8_t clip_8b(int v) { function
75 clip1[255 + i] = clip_8b(i);
86 dst[(x) + (y) * BPS] = clip_8b(ref[(x) + (y) * BPS] + ((v) >> 3))
H A Ddec.c19 static WEBP_INLINE uint8_t clip_8b(int v) { function
27 dst[x + y * BPS] = clip_8b(dst[x + y * BPS] + ((v) >> 3))
62 // In the worst case scenario, the input to clip_8b() can be as large as

Completed in 220 milliseconds