Searched refs:progressive (Results 1 – 25 of 57) sorted by relevance
123
/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.) 434 -maxmemory, an error will occur. You can leave out -progressive and -optimize 448 for example from baseline JPEG to progressive JPEG or vice versa. It can also 471 -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 …]
|
/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/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/tests/ |
D | pngvalid-progressive-standard | 2 exec ./pngvalid --strict --standard --progressive-read
|
D | pngvalid-progressive-size | 2 exec ./pngvalid --strict --size --progressive-read
|
D | pngvalid-progressive-interlace-standard | 2 exec ./pngvalid --strict --standard --progressive-read --interlace
|
/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/tensorflow/tensorflow/core/lib/jpeg/ |
D | jpeg_mem.h | 125 bool progressive = false; member
|
/external/libpng/ |
D | Makefile.am | 69 tests/pngvalid-progressive-size\ 70 tests/pngvalid-progressive-interlace-standard\ 72 tests/pngvalid-progressive-standard tests/pngvalid-standard\
|
D | CMakeLists.txt | 664 png_add_test(NAME pngvalid-progressive-interlace-standard 665 COMMAND pngvalid OPTIONS --standard --progressive-read --interlace) 666 png_add_test(NAME pngvalid-progressive-size 667 COMMAND pngvalid OPTIONS --size --progressive-read) 668 png_add_test(NAME pngvalid-progressive-standard 669 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/tensorflow/tensorflow/core/kernels/ |
D | encode_jpeg_op.cc | 53 context->GetAttr("progressive", &flags_.progressive)); in EncodeJpegOp()
|
/external/libpng/contrib/oss-fuzz/ |
D | README.txt | 37 To do: exercise the progressive reader and the png encoder.
|
/external/autotest/server/site_tests/p2p_EndToEndTest/ |
D | control | 31 To simulate a progressive download of the shared file in the master, the
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_EncodeJpeg.pbtxt | 28 name: "progressive"
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlregexp.rpgle | 27 * A libxml progressive regular expression evaluation context 72 * The progressive API
|
/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()
|
123