Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 10 of 10) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_predict.c434 uint32 byte; in fpAcc() local
435 for (byte = 0; byte < bps; byte++) { in fpAcc()
437 cp[bps * count + byte] = tmp[byte * wc + count]; in fpAcc()
439 cp[bps * count + byte] = in fpAcc()
440 tmp[(bps - byte - 1) * wc + count]; in fpAcc()
659 uint32 byte; in fpDiff() local
660 for (byte = 0; byte < bps; byte++) { in fpDiff()
662 cp[byte * wc + count] = tmp[bps * count + byte]; in fpDiff()
664 cp[(bps - byte - 1) * wc + count] = in fpDiff()
665 tmp[bps * count + byte]; in fpDiff()
H A Dtif_config.h-vms32 /* Define to 1 if your processor stores words with the most significant byte
H A Dtiffconf.h-vms36 /* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
H A Dtiffconf.h.in58 /* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
H A Dtiffconf.h.cmake.in61 /* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
H A Dtif_ojpeg.c375 static int OJPEGReadByte(OJPEGState* sp, uint8* byte);
376 static int OJPEGReadBytePeek(OJPEGState* sp, uint8* byte);
2011 OJPEGReadByte(OJPEGState* sp, uint8* byte) in OJPEGReadByte() argument
2019 *byte=*(sp->in_buffer_cur); in OJPEGReadByte()
2026 OJPEGReadBytePeek(OJPEGState* sp, uint8* byte) in OJPEGReadBytePeek() argument
2034 *byte=*(sp->in_buffer_cur); in OJPEGReadBytePeek()
H A Dtif_config.h.in182 /* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
366 significant byte first (like Motorola and SPARC, unlike Intel). */
H A Dtif_config.h.cmake.in237 significant byte first (like Motorola and SPARC, unlike Intel). */
/libtiff-4.0.7/
H A DChangeLog28 access are 0-byte arrays.
567 or 32 bit integer, when byte swapping is needed, in
569 a single pixel to code (unlikely case...) and byte swapping is
1559 * libtiff/tif_dir.c: avoid one byte past end of ink names reading
1935 * tools/tiffinfoce.c: strip byte counts are uint64* now
1940 or missing byte-count tag
2618 * tools/tiffsplit.c: Use byte counts of proper size (uint64).
3216 * libtiff/{tif_dirread.c, tif_read.c}: Type of the byte counters
4643 function to work with the double byte strings (used to represent
5466 with the reverse byte order (it is reported by the magic header
[all …]
H A Dconfigure.ac459 AC_DEFINE_UNQUOTED(HOST_BIGENDIAN,$HOST_BIGENDIAN,[Native cpu byte order: 1 if big-endian (Motorola…