Searched defs:clamp255 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drow_common.cc30 static __inline int32 clamp255(int32 v) { function
36 return (uint32)(clamp255(v));
48 static __inline int32 clamp255(int32 v) {
54 return (uint32)(clamp255(v));
670 dst_argb[1] = clamp255(sg);
671 dst_argb[2] = clamp255(sr);
801 #define SHADE(f, v) clamp255(v + f)
866 dst_sobelx[i] = (uint8)(clamp255(sobel));
884 dst_sobely[i] = (uint8)(clamp255(sobel));
894 int s = clamp255(
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Drow_common.cc30 static __inline int32 clamp255(int32 v) { function
36 return (uint32)(clamp255(v));
48 static __inline int32 clamp255(int32 v) {
54 return (uint32)(clamp255(v));
670 dst_argb[1] = clamp255(sg);
671 dst_argb[2] = clamp255(sr);
801 #define SHADE(f, v) clamp255(v + f)
866 dst_sobelx[i] = (uint8)(clamp255(sobel));
884 dst_sobely[i] = (uint8)(clamp255(sobel));
894 int s = clamp255(
[all...]
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp1289 static inline unsigned clamp255(unsigned x) { function
/external/skia/src/ports/
H A DSkFontHost_win.cpp1321 static inline unsigned clamp255(unsigned x) { function

Completed in 158 milliseconds