HomeSort by relevance Sort by last modified time
    Searched full:jpeg (Results 26 - 50 of 608) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/jpeg/
rdjpgcom.c 5 * This file is part of the Independent JPEG Group's software.
11 * JPEG markers.
61 static FILE * infile; /* input JPEG file */
79 ERREXIT("Premature EOF in JPEG file");
84 /* All 2-byte quantities in JPEG markers are MSB first */
92 ERREXIT("Premature EOF in JPEG file");
95 ERREXIT("Premature EOF in JPEG file");
101 * JPEG markers consist of one or more 0xFF bytes, followed by a marker
128 * Find the next JPEG marker and return its marker code.
157 fprintf(stderr, "Warning: garbage data found in JPEG file\n")
    [all...]
wrjpgcom.c 5 * This file is part of the Independent JPEG Group's software.
11 * JPEG markers.
75 static FILE * infile; /* input JPEG file */
80 static FILE * outfile; /* output JPEG file */
98 ERREXIT("Premature EOF in JPEG file");
103 /* All 2-byte quantities in JPEG markers are MSB first */
111 ERREXIT("Premature EOF in JPEG file");
114 ERREXIT("Premature EOF in JPEG file");
152 * JPEG markers consist of one or more 0xFF bytes, followed by a marker
177 * Find the next JPEG marker and return its marker code
    [all...]
djpeg.1 3 djpeg \- decompress a JPEG file to an image file
16 decompresses the named JPEG file, or the standard input if no file is named,
58 Force gray-scale output even if JPEG file is color. Useful for viewing on
76 is specified, or if the JPEG file is gray-scale; otherwise, 24-bit full-color
90 is specified, or if the JPEG file is gray-scale; otherwise, 24-bit full-color
95 PGM is emitted if the JPEG file is gray-scale or if
103 Select Targa output format. Gray-scale format is emitted if the JPEG file is
185 This example decompresses the JPEG file foo.jpg, quantizes it to
241 Wallace, Gregory K. "The JPEG Still Picture Compression Standard",
244 Independent JPEG Grou
    [all...]
jcapimin.c 5 * This file is part of the Independent JPEG Group's software.
9 * of the JPEG library. These are the "minimum" API routines that may be
25 * Initialization of a JPEG compression object.
84 * Destruction of a JPEG compression object
95 * Abort processing of a JPEG compression operation,
113 * abbreviated JPEG datastreams. It logically belongs in jcparam.c, but
140 * Finish JPEG compression.
239 * initialize JPEG object
240 * set JPEG parameters
275 * compression cycle or otherwise resetting the JPEG object. However, tha
    [all...]
structure.doc 1 IJG JPEG LIBRARY: SYSTEM ARCHITECTURE
4 This file is part of the Independent JPEG Group's software.
8 This file provides an overview of the architecture of the IJG JPEG software;
13 We assume that the reader is already somewhat familiar with the JPEG standard.
14 The README file includes references for learning about JPEG. The file
19 In this document, JPEG-specific terminology follows the JPEG standard:
38 * A subroutine library for JPEG compression and decompression.
40 JFIF JPEG files to and from several other image formats.
45 We desire the library to be capable of supporting all JPEG baseline, extende
    [all...]
NOTICE 1 This software is based in part on the work of the Independent JPEG Group.
22 the Independent JPEG Group".
33 it. This software may be referred to only as "the Independent JPEG Group's
jdapimin.c 5 * This file is part of the Independent JPEG Group's software.
9 * of the JPEG library. These are the "minimum" API routines that may be
25 * Initialization of a JPEG decompression object.
88 * Destruction of a JPEG decompression object
99 * Abort processing of a JPEG decompression operation,
118 /* (Wish JPEG committee had provided a real way to specify this...) */
215 * Decompression startup: read start of JPEG datastream to see what's there.
216 * Need only initialize JPEG object and supply a data source before calling.
219 * compressed data), and will save all tables and parameters in the JPEG
228 * re-use the JPEG object to read the abbreviated image datastream(s)
    [all...]
jcomapi.c 5 * This file is part of the Independent JPEG Group's software.
18 * Abort processing of a JPEG compression or decompression operation,
33 /* Do nothing if called on a not-initialized or destroyed JPEG object. */
58 * Destruction of a JPEG object.
jconfig.cfg 23 /* These are for configuring the JPEG memory manager. */
rdgif.c 5 * This file is part of the Independent JPEG Group's software.
change.log 1 CHANGE LOG for Independent JPEG Group's JPEG software
38 if decoding a progressive JPEG. The appearance no longer depends on the
65 Multiple calls to jpeg_simple_progression for a single JPEG object
112 Progressive JPEG support: library can read and write full progressive JPEG
119 JPEG formats; primarily, it can be used to convert baseline to progressive
120 JPEG and vice versa. In support of jpegtran, the library now allows lossless
121 reading and writing of JPEG files as DCT coefficient arrays. This ability
192 of text comments in a JPEG file
    [all...]
  /external/webkit/WebCore/platform/graphics/cg/
ImageSourceCGWin.cpp 39 // a MIME type like image/type will work for common image UTIs like jpeg,
40 // png, tiff, gif but won't work for UTIs like: public.jpeg-2000,
56 UTIMap.add("public.jpeg", "jpeg");
57 UTIMap.add("public.jpeg-2000", "jp2");
  /development/ide/xcode/pvjpeg.xcodeproj/
project.pbxproj 27 007ECA010DA67F7B0086775A /* jpgdec_bitstream.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jpgdec_bitstream.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_bitstream.cpp; sourceTree = SOURCE_ROOT; };
28 007ECA020DA67F7B0086775A /* jpgdec_cint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jpgdec_cint.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_cint.cpp; sourceTree = SOURCE_ROOT; };
29 007ECA030DA67F7B0086775A /* jpgdec_colorconv.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jpgdec_colorconv.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_colorconv.cpp; sourceTree = SOURCE_ROOT; };
30 007ECA040DA67F7B0086775A /* jpgdec_ct.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jpgdec_ct.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_ct.cpp; sourceTree = SOURCE_ROOT; };
31 007ECA050DA67F7B0086775A /* jpgdec_decoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jpgdec_decoder.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_decoder.cpp; sourceTree = SOURCE_ROOT; };
32 007ECA060DA67F7B0086775A /* jpgdec_header.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jpgdec_header.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_header.cpp; sourceTree = SOURCE_ROOT; };
33 007ECA070DA67F7B0086775A /* jpgdec_huffman.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jpgdec_huffman.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_huffman.cpp; sourceTree = SOURCE_ROOT; };
34 007ECA080DA67F7B0086775A /* jpgdec_idctp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jpgdec_idctp.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_idctp.cpp; sourceTree = SOURCE_ROOT; };
35 007ECA090DA67F7B0086775A /* jpgdec_idcts.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jpgdec_idcts.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_idcts.cpp; sourceTree = SOURCE_ROOT; };
36 007ECA0A0DA67F7B0086775A /* jpgdec_scan.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jpgdec_scan.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_scan.cpp; sourceTree = SOURCE_ROOT; }
    [all...]
  /external/skia/xcode/pvjpeg.xcodeproj/
project.pbxproj 27 007ECA010DA67F7B0086775A /* jpgdec_bitstream.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jpgdec_bitstream.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_bitstream.cpp; sourceTree = SOURCE_ROOT; };
28 007ECA020DA67F7B0086775A /* jpgdec_cint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jpgdec_cint.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_cint.cpp; sourceTree = SOURCE_ROOT; };
29 007ECA030DA67F7B0086775A /* jpgdec_colorconv.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jpgdec_colorconv.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_colorconv.cpp; sourceTree = SOURCE_ROOT; };
30 007ECA040DA67F7B0086775A /* jpgdec_ct.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jpgdec_ct.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_ct.cpp; sourceTree = SOURCE_ROOT; };
31 007ECA050DA67F7B0086775A /* jpgdec_decoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jpgdec_decoder.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_decoder.cpp; sourceTree = SOURCE_ROOT; };
32 007ECA060DA67F7B0086775A /* jpgdec_header.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jpgdec_header.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_header.cpp; sourceTree = SOURCE_ROOT; };
33 007ECA070DA67F7B0086775A /* jpgdec_huffman.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jpgdec_huffman.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_huffman.cpp; sourceTree = SOURCE_ROOT; };
34 007ECA080DA67F7B0086775A /* jpgdec_idctp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jpgdec_idctp.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_idctp.cpp; sourceTree = SOURCE_ROOT; };
35 007ECA090DA67F7B0086775A /* jpgdec_idcts.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jpgdec_idcts.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_idcts.cpp; sourceTree = SOURCE_ROOT; };
36 007ECA0A0DA67F7B0086775A /* jpgdec_scan.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jpgdec_scan.cpp; path = ../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_scan.cpp; sourceTree = SOURCE_ROOT; }
    [all...]
  /external/webkit/WebCore/platform/brew/
MIMETypeRegistryBrew.cpp 48 { "jpeg", "image/jpeg" },
49 { "jpg", "image/jpeg" },
  /external/webkit/WebCore/platform/gtk/
MIMETypeRegistryGtk.cpp 45 { "jpeg", "image/jpeg" },
46 { "jpg", "image/jpeg" },
  /external/webkit/WebCore/platform/haiku/
MIMETypeRegistryHaiku.cpp 45 { "jpeg", "image/jpeg" },
46 { "jpg", "image/jpeg" },
  /external/webkit/WebCore/platform/qt/
MIMETypeRegistryQt.cpp 46 { "jpeg", "image/jpeg" },
47 { "jpg", "image/jpeg" },
  /external/webkit/WebCore/platform/wx/
MimeTypeRegistryWx.cpp 44 { "jpeg", "image/jpeg" },
45 { "jpg", "image/jpeg" },
  /frameworks/base/graphics/java/android/graphics/
PixelFormat.java 72 * @deprecated use {@link android.graphics.ImageFormat#JPEG
73 * ImageFormat.JPEG} instead.
76 public static final int JPEG = 0x100;
  /external/chromium/net/base/
mime_util_unittest.cc 22 { FILE_PATH_LITERAL("pjp"), "image/jpeg", true },
23 { FILE_PATH_LITERAL("pjpeg"), "image/jpeg", true },
65 EXPECT_EQ(true, net::IsSupportedImageMimeType("image/jpeg"));
70 EXPECT_EQ(true, net::IsSupportedMimeType("image/jpeg"));
  /external/webkit/WebCore/manual-tests/
drag-image-to-desktop.html 13 The file should have .gif extension <em>(not .bat or .jpg/.jpeg)</em>
  /external/zlib/contrib/vstudio/vc10/
miniunz.vcxproj.filters 14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions>
minizip.vcxproj.filters 14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions>
testzlibdll.vcxproj.filters 14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions>

Completed in 1124 milliseconds

12 3 4 5 6 7 8 91011>>