Home
last modified time | relevance | path

Searched refs:int16 (Results 1 – 24 of 24) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_luv.c192 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 Dtif_dirread.c231 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 Dtif_dirwrite.c69 …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 Dtiffconf.h-vms10 /* Define to 1 if the system has the type `int16'. */
H A Dtiffconf.h.in40 /* Define to 1 if the system has the type `int16'. */
H A Dtiffconf.h.cmake.in43 /* Define to 1 if the system has the type `int16'. */
H A Dtif_dir.c645 int16 v2 = (int16)va_arg(ap, int); in _TIFFVSetField()
1120 *va_arg(ap, int16*) = in _TIFFVGetField()
1121 *(int16 *)val; in _TIFFVGetField()
H A Dtiff.h71 typedef TIFF_INT16_T int16; typedef
H A Dtif_pixarlog.c177 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 Dtif_open.c96 assert(sizeof(int16)==2);
H A Dtif_print.c87 fprintf(fd, "%d", ((int16 *) raw_data)[j]); in _TIFFPrintField()
H A Dtif_config.h.in65 /* Define to 1 if the system has the type `int16'. */
/libtiff-4.0.7/tools/
H A Draw2tiff.c95 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 Dtiffdump.c742 int16 *wp = (int16*)data; in PrintData()
H A Dtiffset.c219 ((int16 *)array)[i] = atoi(argv[arg_index+i]); in main()
/libtiff-4.0.7/archive/tools/
H A Dbmp2tiff.c157 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 Dtif_overview.c196 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 Dtif_pdsdirread.c666 int16* vp = (int16*) v; in TIFFFetchAnyArray()
680 int16* vp = (int16*) v; in TIFFFetchAnyArray()
H A Dtif_pdsdirwrite.c773 { int16* bp = (int16*) w; in TIFFWriteAnyArray()
775 bp[i] = (int16) v[i]; in TIFFWriteAnyArray()
/libtiff-4.0.7/contrib/win_dib/
H A Dtiff2dib.c131 int16 i; in LoadTIFFinDIB()
/libtiff-4.0.7/
H A DCMakeLists.txt394 check_type_size(INT16 int16)
H A Dconfigure.com1145 /* Define to 1 if the system has the type `int16'. */
H A Dconfigure.ac416 AC_CHECK_TYPES([int8, int16, int32],,,
H A DChangeLog5153 int16 and int32 types to avoid complains on some compilers. Details at