Home
last modified time | relevance | path

Searched defs:CLAMP (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/3rdparty/libtiff/
H A Dtif_pixarlog.c964 #define CLAMP(v) ( (v<(float)0.) ? 0 \ in horizontalDifferenceF() macro
1020 #define CLAMP(v) From14[(v) >> 2] in horizontalDifference16() macro
1070 #define CLAMP(v) (From8[(v)]) in horizontalDifference8() macro
H A Dtif_color.c177 #define CLAMP(f,min,max) ((f)<(min)?(min):(f)>(max)?(max):(f)) macro
/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_compress.c1006 # define CLAMP(cParam, val) CLAMP_TYPE(cParam, val, unsigned) in ZSTD_clampCParams() macro