/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 | 136 if decoding a progressive JPEG. The appearance no longer depends on the 161 cjpeg -progressive -restart no longer generates any unnecessary DRI markers. 210 Progressive JPEG support: library can read and write full progressive JPEG 212 display of progressive images. Simply recompiling an existing IJG-v5-based 213 decoder with v6 should allow it to read progressive files, though of course 214 without any special progressive display. 217 JPEG formats; primarily, it can be used to convert baseline to progressive
|
D | usage.txt | 95 -progressive Create progressive JPEG file (see below). 158 The -progressive switch creates a "progressive JPEG" file. In this type of 241 -baseline and -progressive together.) 405 mode is always selected when generating progressive JPEG files.) 443 free disk space, leave out -progressive and -optimize (for cjpeg) or specify 473 for example from baseline JPEG to progressive JPEG or vice versa. It can also 496 -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, 1017 files than in color files, and MUCH higher in progressive JPEGs. 1028 progressive JPEG files. The library checks that the scan array 1030 a suitable scan definition array for progressive JPEG.) This is 1301 progressive JPEG files; if FALSE, not. Default is TRUE. Early 1305 when using buffered-image mode for progressive images. 1874 reason for using progressive JPEG. [all …]
|
/external/llvm/test/Transforms/FunctionImport/ |
D | adjustable_threshold.ll | 6 ; Test import with default progressive instruction factor 10 ; Test import with a reduced progressive instruction factor
|
/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/libpng/contrib/pngminim/decoder/ |
D | pngusr.dfa | 14 # on the sequential read code (see ../preader for a progressive
|
/external/libpng/ |
D | Makefile.am | 68 tests/pngvalid-progressive-size\ 69 tests/pngvalid-progressive-interlace-standard\ 71 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/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 | 27 * A libxml progressive regular expression evaluation context 72 * The progressive API
|
D | relaxng.rpgle | 275 * Interfaces for progressive validation when possible
|
D | parser.rpgle | 35 * progressive reading and I18N conversions to the internal UTF-8 format. 196 * to a state based parser for progressive parsing shouldn't be too 253 d checkIndex like(xmlClong) 4 progressive parse 280 d progressive like(xmlCint) 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 | 2062 #define SHRINK if ((ctxt->progressive == 0) && \ 2073 #define GROW if ((ctxt->progressive == 0) && \ 10970 if ((ctxt->progressive != 0) && (ctxt->inputNr == 1)) { in xmlParseGetLasts() 11325 if (ctxt->progressive) { in xmlParseTryOrFinish() 11397 ctxt->progressive = 1; in xmlParseTryOrFinish() 11417 ctxt->progressive = 1; in xmlParseTryOrFinish() 11436 ctxt->progressive = XML_PARSER_PI; in xmlParseTryOrFinish() 11441 ctxt->progressive = 1; in xmlParseTryOrFinish() 11456 ctxt->progressive = XML_PARSER_COMMENT; in xmlParseTryOrFinish() 11461 ctxt->progressive = 1; in xmlParseTryOrFinish() [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv84_video_vp.c | 470 uint8_t progressive; // 24 member 516 header.progressive = desc->frame_pred_frame_dct; in nv84_decoder_vp_mpeg12()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 1490 …public boolean progressive; // true to compute progressive difference for each field, false to res… in TestFieldDifference() field in IBMCalendarTest.TFDItem 1503 progressive = prg; in TestFieldDifference() 1550 if (tfdItem.progressive) { in TestFieldDifference()
|