Home
last modified time | relevance | path

Searched refs:max (Results 1 – 6 of 6) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_color.c179 #define CLAMP(f,min,max) ((f)<(min)?(min):(f)>(max)?(max):(f)) argument
180 #define HICLAMP(f,max) ((f)>(max)?(max):(f)) argument
/libtiff-4.0.7/archive/tools/
H A Dycbcr.c112 #define CLAMP(f,min,max) \ argument
113 (int)((f)+.5 < (min) ? (min) : (f)+.5 > (max) ? (max) : (f)+.5)
H A Dsgi2tiff.c137 TIFFSetField(out, TIFFTAG_MAXSAMPLEVALUE, (uint16) in->max); in main()
/libtiff-4.0.7/contrib/iptcutil/
H A Diptcutil.c793 void chstore(char *string,int max,char ch) in chstore() argument
796 if(_p_tokpos>=0&&_p_tokpos<max-1) in chstore()
/libtiff-4.0.7/
H A DChangeLog286 when stripoffset is beyond tmsize_t max value (reported by
1334 check the linebytes calculation too, get the max() calculation
1553 * libtiff/tif_print.c: be careful about whether min/max values are singular
1781 values for each sample. Presents the min/max of all samples by default for
/libtiff-4.0.7/m4/
H A Dlibtool.m41700 # the test eventually succeeds (with a max line length of 256k).