Searched refs:bit (Results 1 – 19 of 19) sorted by relevance
| /libtiff-4.0.7/libtiff/ |
| H A D | tiffconf.h.in | 10 /* Signed 16-bit type */ 13 /* Signed 32-bit type */ 16 /* Signed 64-bit type */ 19 /* Signed 8-bit type */ 22 /* Unsigned 16-bit type */ 25 /* Unsigned 32-bit type */ 28 /* Unsigned 64-bit type */ 31 /* Unsigned 8-bit type */ 55 /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */ 77 /* Support NeXT 2-bit RLE algorithm */ [all …]
|
| H A D | tiffconf.h.cmake.in | 10 /* Signed 16-bit type */ 13 /* Signed 32-bit type */ 16 /* Signed 64-bit type */ 19 /* Signed 8-bit type */ 22 /* Unsigned 16-bit type */ 25 /* Unsigned 32-bit type */ 28 /* Unsigned 64-bit type */ 31 /* Unsigned 8-bit type */ 58 /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */ 80 /* Support NeXT 2-bit RLE algorithm */ [all …]
|
| H A D | tif_fax3.c | 587 length -= bit; \ 593 if (bit == 0) \ 606 unsigned int bit = sp->bit; in Fax3PutBits() local 612 sp->bit = bit; in Fax3PutBits() 641 unsigned int bit = sp->bit; in putspan() local 674 sp->bit = bit; in putspan() 687 unsigned int bit = sp->bit; in Fax3PutEOL() local 716 sp->bit = bit; in Fax3PutEOL() 729 sp->bit = 8; in Fax3PreEncode() 1094 if (sp->bit != 8) in Fax3PostEncode() [all …]
|
| H A D | tif_config.h.in | 299 /* Signed 16-bit type */ 302 /* Signed 32-bit type formatter */ 305 /* Signed 32-bit type */ 308 /* Signed 64-bit type formatter */ 311 /* Signed 64-bit type */ 314 /* Signed 8-bit type */ 335 /* Unsigned 16-bit type */ 338 /* Unsigned 32-bit type formatter */ 341 /* Unsigned 32-bit type */ 347 /* Unsigned 64-bit type */ [all …]
|
| H A D | tif_config.h.cmake.in | 140 /* 8/12 bit libjpeg dual mode enabled */ 143 /* 12bit libjpeg primary include file with path */ 200 /* Signed 32-bit type formatter */ 203 /* Signed 64-bit type formatter */ 215 /* Unsigned 32-bit type formatter */ 218 /* Unsigned 64-bit type formatter */ 221 /* Unsigned 8-bit type */
|
| H A D | tiffconf.h-vms | 33 /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */ 52 /* Support NeXT 2-bit RLE algorithm */ 65 /* Support ThunderScan 4-bit RLE algorithm */
|
| H A D | tif_config.h-vms | 29 /* Set the native cpu bit order */
|
| /libtiff-4.0.7/contrib/pds/ |
| H A D | README | 31 (RGB, 8-bit greyscale, 8-bit colormapped) into an SGI-style data array, 36 have one sample-per-pixel or two, and might be 8-bit data or 16-bit or 37 24-bit. The callback function can do whatever it wants with the data - 39 screen. I was able to use this iterator to read 16-bit greyscale and 32- 40 and 64-bit floating point data, which wasn't possible with ReadRGBA(). 42 I have tested this routine with 8- and 16-bit greyscale data as well as 43 with 32- and 64-bit floating point data. I believe nearly all of our
|
| /libtiff-4.0.7/ |
| H A D | configure.ac | 235 AC_MSG_CHECKING(for signed 8-bit type) 240 AC_MSG_CHECKING(for unsigned 8-bit type) 245 AC_MSG_CHECKING(for signed 16-bit type) 251 AC_MSG_CHECKING(for unsigned 16-bit type) 256 AC_MSG_CHECKING(for signed 32-bit type) 272 AC_MSG_CHECKING(for unsigned 32-bit type) 288 AC_MSG_CHECKING(for signed 64-bit type) 314 AC_MSG_CHECKING(for unsigned 64-bit type) 436 dnl Check the native cpu bit order. 438 AC_MSG_CHECKING([native cpu bit order]) [all …]
|
| H A D | CMakeLists.txt | 436 # CPU bit order 443 set(HOST_FILLORDER ${fillorder} CACHE STRING "Native CPU bit order") 454 set(HOST_BIG_ENDIAN ${bigendian} CACHE STRING "Native CPU bit order") 491 option(thunder "support for ThunderScan 4-bit RLE algorithm" ON) 494 option(next "support for NeXT 2-bit RLE algorithm" ON) 581 # 8/12-bit jpeg mode 582 option(jpeg12 "enable libjpeg 8/12-bit dual mode (requires separate 583 12-bit libjpeg build)" ON) 585 set(JPEG12_LIBRARY JPEG12_LIBRARY-NOTFOUND CACHE FILEPATH "12-bit libjpeg library") 747 message(STATUS " ThunderScan 4-bit RLE algorithm: ${thunder}") [all …]
|
| H A D | SConstruct | 48 'enable support for ThunderScan 4-bit RLE algorithm', \ 51 'enable support for NeXT 2-bit RLE algorithm', \ 93 context.Message('Checking for the native cpu bit order... ')
|
| H A D | nmake.opt | 47 # Support for ThunderScan 4-bit RLE algorithm 49 # Support for NeXT 2-bit RLE algorithm 149 # Set the native cpu bit order
|
| H A D | ChangeLog | 20 "Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit 1313 64bit linux. 2511 tiffsplit.c}: avoid warnings, mostly 32bit/64bit casting issues. 2567 tags now require 64-bit parameter rather than 32-bit. 2570 64-bit values. 3416 - Conversion of 16bit data to 8bit data now done with 4229 swap 24-bit floating point values. 4324 file organization a bit as per bug 5088 problems in 64-bit environment). 5386 * libtiff/tif_luv.c: Fixed bug in 48-bit to 24-bit conversion routine, [all …]
|
| H A D | configure | 6094 *-32|*"-32 ") libmagic=32-bit;; 6096 *-64|*"-64 ") libmagic=64-bit;; 7282 *32-bit*) 7288 *64-bit*) 7294 *32-bit*) 7300 *64-bit*) 7320 *32-bit*) 7323 *64-bit*) 7360 *32-bit*) 7389 *64-bit*) [all …]
|
| /libtiff-4.0.7/tools/ |
| H A D | tiffdither.c | 70 int bit; in fsdither() local 110 bit = 0x80; in fsdither() 121 *outptr |= bit; in fsdither() 124 bit >>= 1; in fsdither() 125 if (bit == 0) { in fsdither() 127 bit = 0x80; in fsdither()
|
| /libtiff-4.0.7/contrib/win_dib/ |
| H A D | README.Tiffile | 8 pixel, rather than 1 bit). I read tiff files, but don't need to 12 to the output raster, rather than expanding out to full 32 bit format. It
|
| H A D | README.tiff2dib | 15 I build the library under Windows 95 as a 32-bit library.
|
| /libtiff-4.0.7/m4/ |
| H A D | lt~obsolete.m4 | 19 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
|
| H A D | libtool.m4 | 1313 *32-bit*) 1319 *64-bit*) 1325 *32-bit*) 1331 *64-bit*) 1347 *32-bit*) 1350 *64-bit*) 1383 *32-bit*) 1412 *64-bit*) 1458 *64-bit*) 4262 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit [all …]
|