| /libtiff-4.0.7/libtiff/ |
| H A D | tif_luv.c | 192 int16* tp; in LogL16Decode() 193 int16 b; in LogL16Decode() 445 int16* tp; in LogL16Encode() 446 int16 b; in LogL16Encode() 783 int16* l16 = (int16*) sp->tbuf; in L16toY() 793 int16* l16 = (int16*) sp->tbuf; in L16toGry() 805 int16* l16 = (int16*) sp->tbuf; in L16fromY() 1037 int16* luv3 = (int16*) op; in Luv24toLuv48() 1084 int16* luv3 = (int16*) op; in Luv24fromLuv48() 1177 int16* luv3 = (int16*) op; in Luv32toLuv48() [all …]
|
| H A D | tif_dirread.c | 231 int16 m; in TIFFReadDirEntryByte() 317 int16 m; in TIFFReadDirEntryShort() 407 int16 m; in TIFFReadDirEntryLong() 490 int16 m; in TIFFReadDirEntryLong8() 565 int16 m; in TIFFReadDirEntryFloat() 676 int16 m; in TIFFReadDirEntryDouble() 918 int16* ma; in TIFFReadDirEntryByteArray() 1097 int16* ma; in TIFFReadDirEntrySbyteArray() 1231 int16* m; in TIFFReadDirEntryShortArray() 1373 int16* data; in TIFFReadDirEntrySshortArray() [all …]
|
| H A D | tif_dirwrite.c | 69 …t TIFFWriteDirectoryTagSshort(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int16 value); 980 ((int16*)conv)[i] = (int16)value[i]; in TIFFWriteDirectoryTagSampleformatArray() 981 ok = TIFFWriteDirectoryTagSshortArray(tif,ndir,dir,tag,count,(int16*)conv); in TIFFWriteDirectoryTagSampleformatArray() 1033 return(TIFFWriteDirectoryTagSshortPerSample(tif,ndir,dir,tag,(int16)value)); 1225 TIFFWriteDirectoryTagSshort(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int16 value) in TIFFWriteDirectoryTagSshort() 1252 int16* m; 1253 int16* na; 1261 m=_TIFFmalloc(tif->tif_dir.td_samplesperpixel*sizeof(int16)); 1981 int16 m; in TIFFWriteDirectoryTagCheckedSshort() 1982 assert(sizeof(int16)==2); in TIFFWriteDirectoryTagCheckedSshort() [all …]
|
| H A D | tiffconf.h-vms | 10 /* Define to 1 if the system has the type `int16'. */
|
| H A D | tiffconf.h.in | 40 /* Define to 1 if the system has the type `int16'. */
|
| H A D | tiffconf.h.cmake.in | 43 /* Define to 1 if the system has the type `int16'. */
|
| H A D | tif_dir.c | 645 int16 v2 = (int16)va_arg(ap, int); in _TIFFVSetField() 1120 *va_arg(ap, int16*) = in _TIFFVGetField() 1121 *(int16 *)val; in _TIFFVGetField()
|
| H A D | tiff.h | 71 typedef TIFF_INT16_T int16; typedef
|
| H A D | tif_pixarlog.c | 177 horizontalAccumulate12(uint16 *wp, int n, int stride, int16 *op, in horizontalAccumulate12() 853 (int16 *)op, sp->ToLinearF); in PixarLogDecode() 854 op += llen * sizeof(int16); in PixarLogDecode()
|
| H A D | tif_open.c | 96 assert(sizeof(int16)==2);
|
| H A D | tif_print.c | 87 fprintf(fd, "%d", ((int16 *) raw_data)[j]); in _TIFFPrintField()
|
| H A D | tif_config.h.in | 65 /* Define to 1 if the system has the type `int16'. */
|
| /libtiff-4.0.7/tools/ |
| H A D | raw2tiff.c | 95 int16 depth = 1; /* bytes per pixel in input image */ in main() 513 X = ((int16 *)buf1)[i]; in correlation() 514 Y = ((int16 *)buf2)[i]; in correlation()
|
| H A D | tiffdump.c | 742 int16 *wp = (int16*)data; in PrintData()
|
| H A D | tiffset.c | 219 ((int16 *)array)[i] = atoi(argv[arg_index+i]); in main()
|
| /libtiff-4.0.7/archive/tools/ |
| H A D | bmp2tiff.c | 157 int16 iPlanes; /* Number of image planes (must be set to 1) */ 158 int16 iBitCount; /* Number of bits per pixel (1, 4, 8, 16, 24 397 int16 iShort; in main()
|
| /libtiff-4.0.7/contrib/addtiffo/ |
| H A D | tif_overview.c | 196 padfSamples[iSample++] = ((int16 *) pabyData)[0]; in TIFF_GetSourceSamples() 237 *((int16 *)pabyData) = (int16) MAX(-32768,MIN(32767,dfValue)); in TIFF_SetSample()
|
| /libtiff-4.0.7/contrib/pds/ |
| H A D | tif_pdsdirread.c | 666 int16* vp = (int16*) v; in TIFFFetchAnyArray() 680 int16* vp = (int16*) v; in TIFFFetchAnyArray()
|
| H A D | tif_pdsdirwrite.c | 773 { int16* bp = (int16*) w; in TIFFWriteAnyArray() 775 bp[i] = (int16) v[i]; in TIFFWriteAnyArray()
|
| /libtiff-4.0.7/contrib/win_dib/ |
| H A D | tiff2dib.c | 131 int16 i; in LoadTIFFinDIB()
|
| /libtiff-4.0.7/ |
| H A D | CMakeLists.txt | 394 check_type_size(INT16 int16)
|
| H A D | configure.com | 1145 /* Define to 1 if the system has the type `int16'. */
|
| H A D | configure.ac | 416 AC_CHECK_TYPES([int8, int16, int32],,,
|
| H A D | ChangeLog | 5153 int16 and int32 types to avoid complains on some compilers. Details at
|