Searched refs:min (Results 1 – 5 of 5) sorted by relevance
71 Photometric Interpretation: min-is-black80 Photometric Interpretation: min-is-black89 Photometric Interpretation: min-is-black98 Photometric Interpretation: min-is-black107 Photometric Interpretation: min-is-black
112 #define CLAMP(f,min,max) \ argument113 (int)((f)+.5 < (min) ? (min) : (f)+.5 > (max) ? (max) : (f)+.5)
136 TIFFSetField(out, TIFFTAG_MINSAMPLEVALUE, (uint16) in->min); in main()
179 #define CLAMP(f,min,max) ((f)<(min)?(min):(f)>(max)?(max):(f)) argument
1553 * libtiff/tif_print.c: be careful about whether min/max values are singular1781 values for each sample. Presents the min/max of all samples by default for