HomeSort by relevance Sort by last modified time
    Searched full:progressive (Results 1 - 25 of 213) sorted by null

1 2 3 4 5 6 7 8 9

  /external/libpng/contrib/pngminim/preader/
README 3 To build a minimal read-only progressive decoder embedded libpng and
  /external/jpeg/
change.log 38 if decoding a progressive JPEG. The appearance no longer depends on the
63 cjpeg -progressive -restart no longer generates any unnecessary DRI markers.
112 Progressive JPEG support: library can read and write full progressive JPEG
114 display of progressive images. Simply recompiling an existing IJG-v5-based
115 decoder with v6 should allow it to read progressive files, though of course
116 without any special progressive display.
119 JPEG formats; primarily, it can be used to convert baseline to progressive
cjpeg.1 62 .B \-progressive
63 Create progressive JPEG file (see below).
112 .B \-progressive
113 switch creates a "progressive JPEG" file. In this type of JPEG file, the data
121 progressive JPEG is not yet widely implemented, so many decoders will be
122 unable to view a progressive JPEG file at all.
197 .B \-progressive
253 mode is always selected when generating progressive JPEG files.)
jchuff.h 10 * progressive encoder (jcphuff.c). No other modules need to see these.
jpegtran.1 18 for example from baseline JPEG to progressive JPEG or vice versa. It can also
56 .B \-progressive
57 Create progressive JPEG file.
194 This example converts a baseline JPEG file to progressive form:
196 .B jpegtran \-progressive
wizard.doc 117 -progressive switch generates a progressive JPEG file using a default series
119 files or progressive JPEG files with custom progression parameters by using
127 the components to be included in the scan, and for progressive JPEG it also
133 followed by a colon (':') and the four progressive-JPEG parameters. The
147 the script represents a progressive or sequential file, by observing whether
148 Ss and Se values other than 0 and 63 appear. (The -progressive switch is
168 Here is an example of a progressive scan script using only spectral selection
182 to the default script used by "cjpeg -progressive" for YCbCr images:
rdjpgcom.c 284 case M_SOF2: process = "Progressive"; break;
287 case M_SOF6: process = "Differential progressive"; break;
290 case M_SOF10: process = "Progressive, arithmetic coding"; break;
293 case M_SOF14: process = "Differential progressive, arithmetic coding"; break;
341 case M_SOF2: /* Progressive, Huffman */
344 case M_SOF6: /* Differential progressive, Huffman */
347 case M_SOF10: /* Progressive, arithmetic */
350 case M_SOF14: /* Differential progressive, arithmetic */
jpegtran.c 63 fprintf(stderr, " -progressive Create progressive JPEG file\n");
236 } else if (keymatch(arg, "progressive", 1)) {
237 /* Select simple progressive mode. */
242 fprintf(stderr, "%s: sorry, progressive output was not compiled\n",
285 /* We must postpone reading the file in case -progressive appears. */
314 if (simple_progressive) /* process -progressive; -scans can override */
usage.doc 97 -progressive Create progressive JPEG file (see below).
131 The -progressive switch creates a "progressive JPEG" file. In this type of
137 file size is about the same --- often a little smaller. CAUTION: progressive
139 progressive JPEG file at all.
192 -baseline and -progressive together.)
333 mode is always selected when generating progressive JPEG files.)
375 free disk space, leave out -progressive and -optimize (for cjpeg) or specify
405 for example from baseline JPEG to progressive JPEG or vice versa. It can als
    [all...]
jmorecfg.h 293 #define C_PROGRESSIVE_SUPPORTED /* Progressive JPEG? (Requires MULTISCAN)*/
300 * The exact same statements apply for progressive JPEG: the default tables
301 * don't work for progressive mode. (This may get fixed, however.)
309 #define D_PROGRESSIVE_SUPPORTED /* Progressive JPEG? (Requires MULTISCAN)*/
311 #define BLOCK_SMOOTHING_SUPPORTED /* Block smoothing? (Progressive only) */
  /external/qemu/distrib/jpeg-6b/
change.log 38 if decoding a progressive JPEG. The appearance no longer depends on the
63 cjpeg -progressive -restart no longer generates any unnecessary DRI markers.
112 Progressive JPEG support: library can read and write full progressive JPEG
114 display of progressive images. Simply recompiling an existing IJG-v5-based
115 decoder with v6 should allow it to read progressive files, though of course
116 without any special progressive display.
119 JPEG formats; primarily, it can be used to convert baseline to progressive
cjpeg.1 62 .B \-progressive
63 Create progressive JPEG file (see below).
112 .B \-progressive
113 switch creates a "progressive JPEG" file. In this type of JPEG file, the data
121 progressive JPEG is not yet widely implemented, so many decoders will be
122 unable to view a progressive JPEG file at all.
197 .B \-progressive
253 mode is always selected when generating progressive JPEG files.)
jchuff.h 10 * progressive encoder (jcphuff.c). No other modules need to see these.
jpegtran.1 18 for example from baseline JPEG to progressive JPEG or vice versa. It can also
56 .B \-progressive
57 Create progressive JPEG file.
194 This example converts a baseline JPEG file to progressive form:
196 .B jpegtran \-progressive
wizard.doc 117 -progressive switch generates a progressive JPEG file using a default series
119 files or progressive JPEG files with custom progression parameters by using
127 the components to be included in the scan, and for progressive JPEG it also
133 followed by a colon (':') and the four progressive-JPEG parameters. The
147 the script represents a progressive or sequential file, by observing whether
148 Ss and Se values other than 0 and 63 appear. (The -progressive switch is
168 Here is an example of a progressive scan script using only spectral selection
182 to the default script used by "cjpeg -progressive" for YCbCr images:
rdjpgcom.c 284 case M_SOF2: process = "Progressive"; break;
287 case M_SOF6: process = "Differential progressive"; break;
290 case M_SOF10: process = "Progressive, arithmetic coding"; break;
293 case M_SOF14: process = "Differential progressive, arithmetic coding"; break;
341 case M_SOF2: /* Progressive, Huffman */
344 case M_SOF6: /* Differential progressive, Huffman */
347 case M_SOF10: /* Progressive, arithmetic */
350 case M_SOF14: /* Differential progressive, arithmetic */
jpegtran.c 63 fprintf(stderr, " -progressive Create progressive JPEG file\n");
236 } else if (keymatch(arg, "progressive", 1)) {
237 /* Select simple progressive mode. */
242 fprintf(stderr, "%s: sorry, progressive output was not compiled\n",
285 /* We must postpone reading the file in case -progressive appears. */
314 if (simple_progressive) /* process -progressive; -scans can override */
usage.doc 97 -progressive Create progressive JPEG file (see below).
131 The -progressive switch creates a "progressive JPEG" file. In this type of
137 file size is about the same --- often a little smaller. CAUTION: progressive
139 progressive JPEG file at all.
192 -baseline and -progressive together.)
333 mode is always selected when generating progressive JPEG files.)
375 free disk space, leave out -progressive and -optimize (for cjpeg) or specify
405 for example from baseline JPEG to progressive JPEG or vice versa. It can als
    [all...]
jmorecfg.h 295 #define C_PROGRESSIVE_SUPPORTED /* Progressive JPEG? (Requires MULTISCAN)*/
302 * The exact same statements apply for progressive JPEG: the default tables
303 * don't work for progressive mode. (This may get fixed, however.)
311 #define D_PROGRESSIVE_SUPPORTED /* Progressive JPEG? (Requires MULTISCAN)*/
313 #define BLOCK_SMOOTHING_SUPPORTED /* Block smoothing? (Progressive only) */
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlregexp.h 34 * A libxml progressive regular expression evaluation context
78 * The progressive API
  /external/libxml2/include/libxml/
xmlregexp.h 34 * A libxml progressive regular expression evaluation context
78 * The progressive API
  /external/libpng/contrib/gregbook/
README 37 rpng2-win.c Windows front end for the progressive viewer
38 rpng2-x.c X front end for the progressive viewer
39 readpng2.c generic back end for the progressive viewer
40 readpng2.h header file for the progressive viewer
170 would display the image with a red background. rpng2 is a progressive
  /external/libpng/
png.5 14 World Wide Web, so it is fully streamable with a progressive display
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Video.java 96 * TODO: Set path variable to progressive streamable mp4 or
98 * Mediaplayer can only play "progressive streamable
  /frameworks/base/docs/html/tools/help/
gltracer.jd 52 <p>Tracer captures OpenGL ES command execution logs and can also capture progressive images of the
80 <p class="note"><strong>Note:</strong> If you want to capture progressive frame images for each

Completed in 1430 milliseconds

1 2 3 4 5 6 7 8 9