Home
last modified time | relevance | path

Searched refs:progressive (Results 1 – 25 of 48) sorted by relevance

12

/external/libjpeg-turbo/
Dwizard.txt117 -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:
Dchange.log117 if decoding a progressive JPEG. The appearance no longer depends on the
142 cjpeg -progressive -restart no longer generates any unnecessary DRI markers.
191 Progressive JPEG support: library can read and write full progressive JPEG
193 display of progressive images. Simply recompiling an existing IJG-v5-based
194 decoder with v6 should allow it to read progressive files, though of course
195 without any special progressive display.
198 JPEG formats; primarily, it can be used to convert baseline to progressive
Dusage.txt94 -progressive Create progressive JPEG file (see below).
157 The -progressive switch creates a "progressive JPEG" file. In this type of
240 -baseline and -progressive together.)
402 mode is always selected when generating progressive JPEG files.)
439 free disk space, leave out -progressive and -optimize (for cjpeg) or specify
469 for example from baseline JPEG to progressive JPEG or vice versa. It can also
490 -progressive Create progressive JPEG file.
Dstructure.txt48 sequential, and progressive DCT processes. Hierarchical processes are not
108 * Entropy coding (sequential or progressive, Huffman or arithmetic).
119 * Entropy decoding (sequential or progressive, Huffman or arithmetic).
345 For progressive JPEG, the same DCT blocks are fed to the entropy coder
416 progressive JPEG.) The equivalent of one fully interleaved MCU row of
422 For progressive JPEG decoding, the coefficient controller supplies the prior
496 To support efficient incremental display of progressive JPEG files, the
506 For a progressive JPEG file, the data input processing is allowed to get
535 with a progressive JPEG file, nor can it predict the number of output passes
674 In a successive-approximation AC refinement scan, the progressive Huffman
[all …]
Dlibjpeg.txt93 the ISO JPEG standard; most baseline, extended-sequential, and progressive
625 to complete. With a single-scan (non progressive) JPEG file and default
953 Generates a default scan script for writing a progressive-JPEG file.
954 This is the recommended method of creating a progressive file,
1013 files than in color files, and MUCH higher in progressive JPEGs.
1024 progressive JPEG files. The library checks that the scan array
1026 a suitable scan definition array for progressive JPEG.) This is
1297 progressive JPEG files; if FALSE, not. Default is TRUE. Early
1301 when using buffered-image mode for progressive images.
1870 reason for using progressive JPEG.
[all …]
/external/libpng/tests/
Dpngvalid-progressive-size2 exec ./pngvalid --strict --size --progressive-read
Dpngvalid-progressive-standard2 exec ./pngvalid --strict --standard --progressive-read
Dpngvalid-progressive-interlace-standard2 exec ./pngvalid --strict --standard --progressive-read --interlace
/external/libpng/contrib/gregbook/
DREADME37 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/contrib/pngminim/
DREADME3 to build minimal decoder, encoder, and progressive reader applications.
/external/libpng/contrib/pngminim/preader/
DREADME3 The makefile builds a minimal read-only progressive decoder with
Dpngusr.dfa13 # Just switch on the progressive read code
/external/opencv3/3rdparty/libjpeg/
Dchange.log203 if decoding a progressive JPEG. The appearance no longer depends on the
228 cjpeg -progressive -restart no longer generates any unnecessary DRI markers.
277 Progressive JPEG support: library can read and write full progressive JPEG
279 display of progressive images. Simply recompiling an existing IJG-v5-based
280 decoder with v6 should allow it to read progressive files, though of course
281 without any special progressive display.
284 JPEG formats; primarily, it can be used to convert baseline to progressive
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_jpeg.cpp601 int progressive = 0; in write() local
617 progressive = params[i+1]; in write()
660 if( progressive ) in write()
/external/libpng/
DMakefile.am54 tests/pngvalid-progressive-size\
55 tests/pngvalid-progressive-interlace-standard\
57 tests/pngvalid-progressive-standard tests/pngvalid-standard\
DCMakeLists.txt543 png_add_test(NAME pngvalid-progressive-interlace-standard
544 COMMAND pngvalid OPTIONS --standard --progressive-read --interlace)
545 png_add_test(NAME pngvalid-progressive-size
546 COMMAND pngvalid OPTIONS --size --progressive-read)
547 png_add_test(NAME pngvalid-progressive-standard
548 COMMAND pngvalid OPTIONS --standard --progressive-read)
/external/libpng/contrib/pngminim/decoder/
Dpngusr.dfa14 # on the sequential read code (see ../preader for a progressive
/external/autotest/server/site_tests/p2p_EndToEndTest/
Dcontrol31 To simulate a progressive download of the shared file in the master, the
/external/libxml2/os400/libxmlrpg/
Dxmlregexp.rpgle25 * A libxml progressive regular expression evaluation context
68 * The progressive API
Drelaxng.rpgle266 * Interfaces for progressive validation when possible
Dparser.rpgle35 * progressive reading and I18N conversions to the internal UTF-8 format.
194 * to a state based parser for progressive parsing shouldn't be too
251 d checkIndex like(xmlClong) 4 progressive parse
278 d progressive 10i 0 Progressive parsing?
/external/libpng/contrib/conftest/
Dread.dfa21 # The sequential read code is enabled here; the progressive code can be used
/external/libxml2/
DTODO211 => the new progressive reading routines call the detection code
247 - progressive reading. The entity support is a first step toward
251 => Rather than progressive parsing, give more power to the SAX-like
Dparser.c2053 #define SHRINK if ((ctxt->progressive == 0) && \
2065 #define GROW if ((ctxt->progressive == 0) && \
11171 if ((ctxt->progressive != 0) && (ctxt->inputNr == 1)) { in xmlParseGetLasts()
11532 if (ctxt->progressive) { in xmlParseTryOrFinish()
11604 ctxt->progressive = 1; in xmlParseTryOrFinish()
11624 ctxt->progressive = 1; in xmlParseTryOrFinish()
11643 ctxt->progressive = XML_PARSER_PI; in xmlParseTryOrFinish()
11648 ctxt->progressive = 1; in xmlParseTryOrFinish()
11663 ctxt->progressive = XML_PARSER_COMMENT; in xmlParseTryOrFinish()
11668 ctxt->progressive = 1; in xmlParseTryOrFinish()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java1448 …public boolean progressive; // true to compute progressive difference for each field, false to res… in TestFieldDifference() field in IBMCalendarTest.TFDItem
1461 progressive = prg; in TestFieldDifference()
1508 if (tfdItem.progressive) { in TestFieldDifference()

12