Lines Matching refs:uint16

74 static uint16 config;
75 static uint16 compression;
76 static uint16 predictor;
78 static uint16 fillorder;
79 static uint16 orientation;
86 static uint16 defcompression = (uint16) -1;
87 static uint16 defpredictor = (uint16) -1;
160 uint16 defconfig = (uint16) -1; in main()
161 uint16 deffillorder = 0; in main()
190 uint16 samples = (uint16) -1; in main()
489 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag()
494 uint16 shortv; in cpTag()
497 uint16 shortv1, shortv2; in cpTag()
500 uint16 *tr, *tg, *tb, *ta; in cpTag()
502 } else if (count == (uint16) -1) { in cpTag()
503 uint16 shortv1; in cpTag()
504 uint16* shortav; in cpTag()
517 } else if (count == (uint16) -1) { in cpTag()
531 } else if (count == (uint16) -1) { in cpTag()
544 uint16 tag;
545 uint16 count;
566 { TIFFTAG_WHITEPOINT, (uint16) -1, TIFF_RATIONAL },
567 { TIFFTAG_PRIMARYCHROMATICITIES,(uint16) -1,TIFF_RATIONAL },
573 { TIFFTAG_YCBCRCOEFFICIENTS, (uint16) -1,TIFF_RATIONAL },
576 { TIFFTAG_REFERENCEBLACKWHITE, (uint16) -1,TIFF_RATIONAL },
577 { TIFFTAG_EXTRASAMPLES, (uint16) -1, TIFF_SHORT },
587 (TIFF* in, TIFF* out, uint32 l, uint32 w, uint16 samplesperpixel);
588 static copyFunc pickCopyFunc(TIFF*, TIFF*, uint16, uint16);
595 uint16 bitspersample, samplesperpixel = 1; in tiffcp()
596 uint16 input_compression, input_photometric = PHOTOMETRIC_MINISBLACK; in tiffcp()
605 if (compression != (uint16)-1) in tiffcp()
616 uint16 subsamplinghor,subsamplingver; in tiffcp()
714 if (config != (uint16) -1) in tiffcp()
737 if (predictor != (uint16)-1) in tiffcp()
774 uint16 ninks; in tiffcp()
912 uint16 sampleBits = 0; in DECLAREcpFunc()
1381 uint16 bps, bytes_per_sample; in DECLAREreadFunc()
1566 uint16 bps, bytes_per_sample; in DECLAREwriteFunc()
1760 pickCopyFunc(TIFF* in, TIFF* out, uint16 bitspersample, uint16 samplesperpixel) in pickCopyFunc()
1762 uint16 shortv; in pickCopyFunc()