/external/libjpeg-turbo/ |
D | wizard.txt | 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:
|
D | change.log | 117 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
|
D | usage.txt | 94 -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.
|
D | structure.txt | 48 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 …]
|
D | libjpeg.txt | 93 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/ |
D | pngvalid-progressive-size | 2 exec ./pngvalid --strict --size --progressive-read
|
D | pngvalid-progressive-standard | 2 exec ./pngvalid --strict --standard --progressive-read
|
D | pngvalid-progressive-interlace-standard | 2 exec ./pngvalid --strict --standard --progressive-read --interlace
|
/external/libpng/contrib/gregbook/ |
D | 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/contrib/pngminim/ |
D | README | 3 to build minimal decoder, encoder, and progressive reader applications.
|
/external/libpng/contrib/pngminim/preader/ |
D | README | 3 The makefile builds a minimal read-only progressive decoder with
|
D | pngusr.dfa | 13 # Just switch on the progressive read code
|
/external/opencv3/3rdparty/libjpeg/ |
D | change.log | 203 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/ |
D | grfmt_jpeg.cpp | 601 int progressive = 0; in write() local 617 progressive = params[i+1]; in write() 660 if( progressive ) in write()
|
/external/libpng/ |
D | Makefile.am | 54 tests/pngvalid-progressive-size\ 55 tests/pngvalid-progressive-interlace-standard\ 57 tests/pngvalid-progressive-standard tests/pngvalid-standard\
|
D | CMakeLists.txt | 543 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/ |
D | pngusr.dfa | 14 # on the sequential read code (see ../preader for a progressive
|
/external/autotest/server/site_tests/p2p_EndToEndTest/ |
D | control | 31 To simulate a progressive download of the shared file in the master, the
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlregexp.rpgle | 25 * A libxml progressive regular expression evaluation context 68 * The progressive API
|
D | relaxng.rpgle | 266 * Interfaces for progressive validation when possible
|
D | parser.rpgle | 35 * 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/ |
D | read.dfa | 21 # The sequential read code is enabled here; the progressive code can be used
|
/external/libxml2/ |
D | TODO | 211 => 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
|
D | parser.c | 2053 #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/ |
D | IBMCalendarTest.java | 1448 …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()
|