Lines Matching refs:uint16
146 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag()
151 uint16 shortv; in cpTag()
154 uint16 shortv1, shortv2; in cpTag()
157 uint16 *tr, *tg, *tb, *ta; in cpTag()
159 } else if (count == (uint16) -1) { in cpTag()
160 uint16 shortv1; in cpTag()
161 uint16* shortav; in cpTag()
184 } else if (count == (uint16) -1) { in cpTag()
198 } else if (count == (uint16) -1) { in cpTag()
220 uint16 tag;
221 uint16 count;
256 { TIFFTAG_PRIMARYCHROMATICITIES, (uint16) -1,TIFF_RATIONAL },
266 { TIFFTAG_YCBCRCOEFFICIENTS, (uint16) -1,TIFF_RATIONAL },
269 { TIFFTAG_REFERENCEBLACKWHITE, (uint16) -1,TIFF_RATIONAL },
270 { TIFFTAG_EXTRASAMPLES, (uint16) -1, TIFF_SHORT },
285 uint16 compression; in cpTags()
292 uint16 compression; in cpTags()
384 static uint16 photometric; /* current photometric of raster */
385 static uint16 filterWidth; /* filter width in pixels */
589 filterWidth = (uint16) ceil((double) rw / (double) tnw); in setImage()
600 uint16 bps, spp; in generateThumbnail()
639 TIFFSetField(out, TIFFTAG_BITSPERSAMPLE, (uint16) 8); in generateThumbnail()
640 TIFFSetField(out, TIFFTAG_SAMPLESPERPIXEL, (uint16) 1); in generateThumbnail()
645 cpTag(in, out, TIFFTAG_SOFTWARE, (uint16) -1, TIFF_ASCII); in generateThumbnail()
646 cpTag(in, out, TIFFTAG_IMAGEDESCRIPTION, (uint16) -1, TIFF_ASCII); in generateThumbnail()
647 cpTag(in, out, TIFFTAG_DATETIME, (uint16) -1, TIFF_ASCII); in generateThumbnail()
648 cpTag(in, out, TIFFTAG_HOSTCOMPUTER, (uint16) -1, TIFF_ASCII); in generateThumbnail()