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

  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
row_common.cc 30 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(r + b)
    [all...]
  /external/chromium_org/third_party/libyuv/source/
row_common.cc 30 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(r + b)
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 1289 static inline unsigned clamp255(unsigned x) { function
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 1321 static inline unsigned clamp255(unsigned x) { function
    [all...]

Completed in 76 milliseconds