Searched refs:max (Results 1 – 6 of 6) sorted by relevance
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_color.c | 179 #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 D | ycbcr.c | 112 #define CLAMP(f,min,max) \ argument 113 (int)((f)+.5 < (min) ? (min) : (f)+.5 > (max) ? (max) : (f)+.5)
|
| H A D | sgi2tiff.c | 137 TIFFSetField(out, TIFFTAG_MAXSAMPLEVALUE, (uint16) in->max); in main()
|
| /libtiff-4.0.7/contrib/iptcutil/ |
| H A D | iptcutil.c | 793 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 D | ChangeLog | 286 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 D | libtool.m4 | 1700 # the test eventually succeeds (with a max line length of 256k).
|