Home
last modified time | relevance | path

Searched refs:progressive (Results 1 – 25 of 50) 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.log136 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
Dusage.txt95 -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.
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,
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/
Dadjustable_threshold.ll6 ; Test import with default progressive instruction factor
10 ; Test import with a reduced progressive instruction factor
/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/libpng/contrib/pngminim/decoder/
Dpngusr.dfa14 # on the sequential read code (see ../preader for a progressive
/external/libpng/
DMakefile.am68 tests/pngvalid-progressive-size\
69 tests/pngvalid-progressive-interlace-standard\
71 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/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.rpgle27 * A libxml progressive regular expression evaluation context
72 * The progressive API
Drelaxng.rpgle275 * Interfaces for progressive validation when possible
Dparser.rpgle35 * 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/
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.c2062 #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/
Dnv84_video_vp.c470 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/
DIBMCalendarTest.java1490 …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()

12