HomeSort by relevance Sort by last modified time
    Searched full:tiff (Results 76 - 100 of 715) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/pdfium/third_party/libtiff/
README.pdfium 8 TIFF library.
tif_next.c 30 * TIFF Library.
49 NeXTDecode(TIFF* tif, uint8* buf, tmsize_t occ, uint16 s)
155 NeXTPreDecode(TIFF* tif, uint16 s)
171 TIFFInitNeXT(TIFF* tif, int scheme)
tif_jpeg.c 34 * TIFF Library
36 * JPEG Compression support per TIFF Technical Note #2
37 * (*not* per the original TIFF 6.0 spec).
47 int TIFFFillStrip(TIFF* tif, uint32 strip);
48 int TIFFFillTile(TIFF* tif, uint32 tile);
49 int TIFFReInitJPEG_12( TIFF *tif, int scheme, int is_encode );
134 * State block for each open TIFF file using
163 TIFF* tif; /* back link needed by some code */
190 static int JPEGDecode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s);
191 static int JPEGDecodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s)
    [all...]
tif_lzw.c 30 * TIFF Library.
49 * to the TIFF spec. Thus, to maintain compatibility w/ Aldus
54 * Future revisions to the TIFF spec are expected to "clarify this issue".
67 * The TIFF spec specifies that encoded bit
87 * State block for each open TIFF file using LZW
128 typedef int (*decodeFunc)(TIFF*, uint8*, tmsize_t, uint16);
161 static int LZWDecode(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
163 static int LZWDecodeCompat(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
192 LZWFixupTags(TIFF* tif)
199 LZWSetupDecode(TIFF* tif
    [all...]
tif_fax3.c 30 * TIFF Library.
34 * This file contains support for decoding and encoding TIFF
100 * These macros glue the TIFF library state to
147 Fax3PreDecode(TIFF* tif, uint16 s)
180 Fax3Unexpected(const char* module, TIFF* tif, uint32 line, uint32 a0)
190 Fax3Extension(const char* module, TIFF* tif, uint32 line, uint32 a0)
201 Fax3BadLength(const char* module, TIFF* tif, uint32 line, uint32 a0, uint32 lastx)
212 Fax3PrematureEOF(const char* module, TIFF* tif, uint32 line, uint32 a0)
227 Fax3Decode1D(TIFF* tif, uint8* buf, tmsize_t occ, uint16 s)
270 Fax3Decode2D(TIFF* tif, uint8* buf, tmsize_t occ, uint16 s
    [all...]
  /external/python/cpython3/PCbuild/
_freeze_importlib.vcxproj.filters 14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
pylauncher.vcxproj.filters 14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
pyshellext.vcxproj.filters 14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
python3dll.vcxproj.filters 14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions>
pywlauncher.vcxproj.filters 14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
  /external/swiftshader/src/Reactor/
Reactor.vcxproj.filters 14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions>
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/WindowsVC2010/
OGLES2HelloAPI.vcxproj.filters 14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
  /frameworks/av/media/img_utils/include/img_utils/
Orderable.h 31 * intended to be used to create sorted arrays of TIFF entries
TiffIfd.h 36 * This class holds a single TIFF Image File Directory (IFD) structure.
38 * This maps to the TIFF IFD structure that is logically composed of:
40 * - A list of 12-byte TIFF entries.
58 * list of IFDs as defined by the TIFF 6.0 spec., and is not included
  /sdk/find_java/
find_java_exe.vcxproj.filters 14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions>
find_java_lib.vcxproj.filters 14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions>
  /sdk/find_lock/
find_lock_exe.vcxproj.filters 14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions>
  /external/libjpeg-turbo/
README 232 The TIFF 6.0 file format specification can be obtained by FTP from
233 ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme
234 found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems.
235 IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6).
236 Instead, we recommend the JPEG design proposed by TIFF Technical Note #2
239 of the TIFF spec will replace the 6.0 JPEG design with the Note's design.
240 Although IJG's own code does not support TIFF/JPEG, the free libtiff library
241 uses our library to implement TIFF/JPEG per the Note.
README.ijg 232 The TIFF 6.0 file format specification can be obtained by FTP from
233 ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme
234 found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems.
235 IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6).
236 Instead, we recommend the JPEG design proposed by TIFF Technical Note #2
239 of the TIFF spec will replace the 6.0 JPEG design with the Note's design.
240 Although IJG's own code does not support TIFF/JPEG, the free libtiff library
241 uses our library to implement TIFF/JPEG per the Note.
  /prebuilts/tools/darwin-x86/swt/about_files/
IJG_README 265 The TIFF 6.0 file format specification can be obtained by FTP from
266 ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme
267 found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems.
268 IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6).
269 Instead, we recommend the JPEG design proposed by TIFF Technical Note #2
272 of the TIFF spec will replace the 6.0 JPEG design with the Note's design.
273 Although IJG's own code does not support TIFF/JPEG, the free libtiff library
274 uses our library to implement TIFF/JPEG per the Note. libtiff is available
275 from ftp://ftp.sgi.com/graphics/tiff/
    [all...]
  /prebuilts/tools/darwin-x86_64/swt/about_files/
IJG_README 265 The TIFF 6.0 file format specification can be obtained by FTP from
266 ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme
267 found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems.
268 IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6).
269 Instead, we recommend the JPEG design proposed by TIFF Technical Note #2
272 of the TIFF spec will replace the 6.0 JPEG design with the Note's design.
273 Although IJG's own code does not support TIFF/JPEG, the free libtiff library
274 uses our library to implement TIFF/JPEG per the Note. libtiff is available
275 from ftp://ftp.sgi.com/graphics/tiff/
    [all...]
  /prebuilts/tools/linux-x86/swt/about_files/
IJG_README 265 The TIFF 6.0 file format specification can be obtained by FTP from
266 ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme
267 found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems.
268 IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6).
269 Instead, we recommend the JPEG design proposed by TIFF Technical Note #2
272 of the TIFF spec will replace the 6.0 JPEG design with the Note's design.
273 Although IJG's own code does not support TIFF/JPEG, the free libtiff library
274 uses our library to implement TIFF/JPEG per the Note. libtiff is available
275 from ftp://ftp.sgi.com/graphics/tiff/
    [all...]
  /prebuilts/tools/linux-x86_64/swt/about_files/
IJG_README 265 The TIFF 6.0 file format specification can be obtained by FTP from
266 ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme
267 found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems.
268 IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6).
269 Instead, we recommend the JPEG design proposed by TIFF Technical Note #2
272 of the TIFF spec will replace the 6.0 JPEG design with the Note's design.
273 Although IJG's own code does not support TIFF/JPEG, the free libtiff library
274 uses our library to implement TIFF/JPEG per the Note. libtiff is available
275 from ftp://ftp.sgi.com/graphics/tiff/
    [all...]
  /prebuilts/tools/windows/swt/about_files/
IJG_README 265 The TIFF 6.0 file format specification can be obtained by FTP from
266 ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme
267 found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems.
268 IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6).
269 Instead, we recommend the JPEG design proposed by TIFF Technical Note #2
272 of the TIFF spec will replace the 6.0 JPEG design with the Note's design.
273 Although IJG's own code does not support TIFF/JPEG, the free libtiff library
274 uses our library to implement TIFF/JPEG per the Note. libtiff is available
275 from ftp://ftp.sgi.com/graphics/tiff/
    [all...]
  /prebuilts/tools/windows-x86_64/swt/about_files/
IJG_README 265 The TIFF 6.0 file format specification can be obtained by FTP from
266 ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme
267 found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems.
268 IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6).
269 Instead, we recommend the JPEG design proposed by TIFF Technical Note #2
272 of the TIFF spec will replace the 6.0 JPEG design with the Note's design.
273 Although IJG's own code does not support TIFF/JPEG, the free libtiff library
274 uses our library to implement TIFF/JPEG per the Note. libtiff is available
275 from ftp://ftp.sgi.com/graphics/tiff/
    [all...]

Completed in 254 milliseconds

1 2 34 5 6 7 8 91011>>