HomeSort by relevance Sort by last modified time
    Searched refs:Clip255 (Results 1 - 3 of 3) sorted by null

  /external/webp/src/dsp/
lossless.c 49 static WEBP_INLINE uint32_t Clip255(uint32_t a) {
59 return Clip255(a + b - c);
76 return Clip255(a + (a - b) / 2);
  /external/webp/src/enc/
delta_palettization.c 271 static WEBP_INLINE uint32_t Clip255(uint32_t a) {
327 return Clip255(a + ((b - c) >> 2));
  /external/opencv3/3rdparty/libwebp/dsp/
lossless.c 345 static WEBP_INLINE uint32_t Clip255(uint32_t a) {
355 return Clip255(a + b - c);
372 return Clip255(a + (a - b) / 2);
    [all...]

Completed in 2042 milliseconds