clip_8b            58 third_party/libwebp/dsp/dec.c   dst[x + y * BPS] = clip_8b(dst[x + y * BPS] + ((v) >> 3))
clip_8b            75 third_party/libwebp/dsp/enc.c       clip1[255 + i] = clip_8b(i);
clip_8b            86 third_party/libwebp/dsp/enc.c   dst[(x) + (y) * BPS] = clip_8b(ref[(x) + (y) * BPS] + ((v) >> 3))