Lines Matching refs:uint16
51 checkcmap(int n, uint16* r, uint16* g, uint16* b) in checkcmap()
65 static uint16 compression = (uint16) -1;
66 static uint16 predictor = 0;
74 uint16 bitspersample, shortv; in main()
76 uint16 config = PLANARCONFIG_CONTIG; in main()
78 uint16 photometric = PHOTOMETRIC_RGB; in main()
79 uint16 *rmap, *gmap, *bmap; in main()
144 if (compression != (uint16)-1) in main()
279 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag()
284 uint16 shortv; in cpTag()
287 uint16 shortv1, shortv2; in cpTag()
290 uint16 *tr, *tg, *tb, *ta; in cpTag()
292 } else if (count == (uint16) -1) { in cpTag()
293 uint16 shortv1; in cpTag()
294 uint16* shortav; in cpTag()
307 } else if (count == (uint16) -1) { in cpTag()
321 } else if (count == (uint16) -1) { in cpTag()
339 uint16 tag;
340 uint16 count;
372 { TIFFTAG_PRIMARYCHROMATICITIES, (uint16) -1,TIFF_RATIONAL },
382 { TIFFTAG_YCBCRCOEFFICIENTS, (uint16) -1,TIFF_RATIONAL },
385 { TIFFTAG_REFERENCEBLACKWHITE, (uint16) -1,TIFF_RATIONAL },