Home
last modified time | relevance | path

Searched refs:progressive (Results 1 – 25 of 36) sorted by relevance

12

/external/tesseract/liblept/
Djpegiostub.c43 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
Dwritefile.c262 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()
Djpegio.c382 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/
Dwizard.doc117 -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.log38 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
Dusage.doc97 -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.
Dfilelist.doc76 jcphuff.c Huffman entropy coding for progressive JPEG.
89 jdphuff.c Huffman entropy decoding for progressive JPEG.
Dstructure.doc46 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 …]
Dlibjpeg.doc91 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 …]
DREADME77 This software implements JPEG baseline, extended-sequential, and progressive
332 which we do not. (On the other hand, it doesn't do progressive JPEG.)
Dmakefile.vc133 .\cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.manx136 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.ansi136 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.unix150 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.sas174 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.wat144 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.dj142 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.bcc194 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.mc6169 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.mms140 mcr sys$disk:[]cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
/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/tcpdump/
DCREDITS58 Hank Leininger <tcpdump-workers@progressive-comp.com>
/external/libxml2/include/libxml/
Dparser.h259 int progressive; /* is this a progressive parsing */ member
/external/opencore/
DChangeLog37 - Update of tests for support for progressive download of AMR
/external/libxml2/
Dparser.c1832 #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()

12