/external/tesseract/liblept/ |
D | jpegiostub.c | 43 l_int32 pixWriteJpeg(const char *filename, PIX *pix, l_int32 quality, l_int32 progressive) in pixWriteJpeg() argument 48 l_int32 pixWriteStreamJpeg(FILE *fp, PIX *pix, l_int32 quality, l_int32 progressive) in pixWriteStreamJpeg() argument 63 …t32 pixWriteMemJpeg(l_uint8 **pdata, size_t *psize, PIX *pix, l_int32 quality, l_int32 progressive) in pixWriteMemJpeg() argument
|
D | writefile.c | 262 l_int32 progressive) in pixWriteImpliedFormat() argument 287 if (progressive != 0 && progressive != 1) { in pixWriteImpliedFormat() 288 progressive = 0; in pixWriteImpliedFormat() 293 pixWriteJpeg (filename, pix, quality, progressive); in pixWriteImpliedFormat()
|
D | jpegio.c | 382 l_int32 progressive) in pixWriteJpeg() argument 396 if (pixWriteStreamJpeg(fp, pix, quality, progressive)) { in pixWriteJpeg() 442 l_int32 progressive) in pixWriteStreamJpeg() argument 529 if (progressive) { in pixWriteStreamJpeg() 946 l_int32 progressive) in pixWriteMemJpeg() argument 962 ret = pixWriteStreamJpeg(fp, pix, quality, progressive); in pixWriteMemJpeg() 988 l_int32 progressive) in pixWriteMemJpeg() argument
|
/external/jpeg/ |
D | wizard.doc | 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 | 38 if decoding a progressive JPEG. The appearance no longer depends on the 63 cjpeg -progressive -restart no longer generates any unnecessary DRI markers. 112 Progressive JPEG support: library can read and write full progressive JPEG 114 display of progressive images. Simply recompiling an existing IJG-v5-based 115 decoder with v6 should allow it to read progressive files, though of course 116 without any special progressive display. 119 JPEG formats; primarily, it can be used to convert baseline to progressive
|
D | usage.doc | 97 -progressive Create progressive JPEG file (see below). 131 The -progressive switch creates a "progressive JPEG" file. In this type of 137 file size is about the same --- often a little smaller. CAUTION: progressive 139 progressive JPEG file at all. 192 -baseline and -progressive together.) 333 mode is always selected when generating progressive JPEG files.) 375 free disk space, leave out -progressive and -optimize (for cjpeg) or specify 405 for example from baseline JPEG to progressive JPEG or vice versa. It can also 426 -progressive Create progressive JPEG file.
|
D | filelist.doc | 76 jcphuff.c Huffman entropy coding for progressive JPEG. 89 jdphuff.c Huffman entropy decoding for progressive JPEG.
|
D | structure.doc | 46 sequential, and progressive DCT processes. Hierarchical processes are not 139 * Entropy coding (sequential or progressive, Huffman or arithmetic). 150 * Entropy decoding (sequential or progressive, Huffman or arithmetic). 376 For progressive JPEG, the same DCT blocks are fed to the entropy coder 446 progressive JPEG.) The equivalent of one fully interleaved MCU row of 452 For progressive JPEG decoding, the coefficient controller supplies the prior 526 To support efficient incremental display of progressive JPEG files, the 536 For a progressive JPEG file, the data input processing is allowed to get 565 with a progressive JPEG file, nor can it predict the number of output passes 716 In a successive-approximation AC refinement scan, the progressive Huffman [all …]
|
D | libjpeg.doc | 91 the ISO JPEG standard; most baseline, extended-sequential, and progressive 624 to complete. With a single-scan (non progressive) JPEG file and default 868 Generates a default scan script for writing a progressive-JPEG file. 869 This is the recommended method of creating a progressive file, 917 files than in color files, and MUCH higher in progressive JPEGs. 928 progressive JPEG files. The library checks that the scan array 930 a suitable scan definition array for progressive JPEG.) This is 1141 progressive JPEG files; if FALSE, not. Default is TRUE. Early 1145 when using buffered-image mode for progressive images. 1711 reason for using progressive JPEG. [all …]
|
D | README | 77 This software implements JPEG baseline, extended-sequential, and progressive 332 which we do not. (On the other hand, it doesn't do progressive JPEG.)
|
D | makefile.vc | 133 .\cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
|
D | makefile.manx | 136 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
|
D | makefile.ansi | 136 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
|
D | makefile.unix | 150 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
|
D | makefile.sas | 174 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
|
D | makefile.wat | 144 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
|
D | makefile.dj | 142 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
|
D | makefile.bcc | 194 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
|
D | makefile.mc6 | 169 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
|
D | makefile.mms | 140 mcr sys$disk:[]cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
|
/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/tcpdump/ |
D | CREDITS | 58 Hank Leininger <tcpdump-workers@progressive-comp.com>
|
/external/libxml2/include/libxml/ |
D | parser.h | 259 int progressive; /* is this a progressive parsing */ member
|
/external/opencore/ |
D | ChangeLog | 37 - Update of tests for support for progressive download of AMR
|
/external/libxml2/ |
D | parser.c | 1832 #define SHRINK if ((ctxt->progressive == 0) && \ 1844 #define GROW if ((ctxt->progressive == 0) && \ 10357 if ((ctxt->progressive != 0) && (ctxt->inputNr == 1)) { in xmlParseGetLasts() 10718 if (ctxt->progressive) { in xmlParseTryOrFinish() 10877 if (ctxt->progressive) { in xmlParseTryOrFinish() 10907 if (ctxt->progressive) { in xmlParseTryOrFinish() 11085 ctxt->progressive = 1; in xmlParseTryOrFinish() 11128 if (ctxt->progressive == 0) in xmlParseTryOrFinish() 11129 ctxt->progressive = 1; in xmlParseTryOrFinish()
|