Home
last modified time | relevance | path

Searched refs:cjpeg (Results 1 – 22 of 22) sorted by relevance

/external/libjpeg-turbo/
DCMakeLists.txt322 add_executable(cjpeg-static cjpeg.c cdjpeg.c rdgif.c rdppm.c rdswitch.c
324 set_property(TARGET cjpeg-static PROPERTY COMPILE_FLAGS ${COMPILE_FLAGS})
325 target_link_libraries(cjpeg-static jpeg-static)
509 add_test(cjpeg${suffix}-rgb-islow
510 ${dir}cjpeg${suffix} -rgb -dct int
512 add_test(cjpeg${suffix}-rgb-islow-cmp
539 add_test(cjpeg${suffix}-422-ifast-opt
540 ${dir}cjpeg${suffix} -sample 2x1 -dct fast -opt
542 add_test(cjpeg${suffix}-422-ifast-opt-cmp
576 add_test(cjpeg${suffix}-420-q100-ifast-prog
[all …]
Dtjexampletest.in39 …$EXEDIR/cjpeg -quality 95 -dct fast -grayscale $IMGDIR/${basename}.bmp >$OUTDIR/${basename}_GRAY_f…
40 …$EXEDIR/cjpeg -quality 95 -dct fast -sample 2x2 $IMGDIR/${basename}.bmp >$OUTDIR/${basename}_420_f…
41 …$EXEDIR/cjpeg -quality 95 -dct fast -sample 2x1 $IMGDIR/${basename}.bmp >$OUTDIR/${basename}_422_f…
42 …$EXEDIR/cjpeg -quality 95 -dct fast -sample 1x1 $IMGDIR/${basename}.bmp >$OUTDIR/${basename}_444_f…
43 …$EXEDIR/cjpeg -quality 95 -dct int -grayscale $IMGDIR/${basename}.bmp >$OUTDIR/${basename}_GRAY_ac…
44 …$EXEDIR/cjpeg -quality 95 -dct int -sample 2x2 $IMGDIR/${basename}.bmp >$OUTDIR/${basename}_420_ac…
45 …$EXEDIR/cjpeg -quality 95 -dct int -sample 2x1 $IMGDIR/${basename}.bmp >$OUTDIR/${basename}_422_ac…
46 …$EXEDIR/cjpeg -quality 95 -dct int -sample 1x1 $IMGDIR/${basename}.bmp >$OUTDIR/${basename}_444_ac…
Dtjbenchtest.java.in68 …runme $EXEDIR/cjpeg -quality 95 -dct fast -grayscale -outfile $OUTDIR/${basename}_GRAY_fast_cjpeg.…
69 …runme $EXEDIR/cjpeg -quality 95 -dct fast -sample 2x2 -outfile $OUTDIR/${basename}_420_fast_cjpeg.…
70 …runme $EXEDIR/cjpeg -quality 95 -dct fast -sample 2x1 -outfile $OUTDIR/${basename}_422_fast_cjpeg.…
71 …runme $EXEDIR/cjpeg -quality 95 -dct fast -sample 1x1 -outfile $OUTDIR/${basename}_444_fast_cjpeg.…
72 …runme $EXEDIR/cjpeg -quality 95 -dct int -grayscale -outfile $OUTDIR/${basename}_GRAY_accurate_cjp…
73 …runme $EXEDIR/cjpeg -quality 95 -dct int -sample 2x2 -outfile $OUTDIR/${basename}_420_accurate_cjp…
74 …runme $EXEDIR/cjpeg -quality 95 -dct int -sample 2x1 -outfile $OUTDIR/${basename}_422_accurate_cjp…
75 …runme $EXEDIR/cjpeg -quality 95 -dct int -sample 1x1 -outfile $OUTDIR/${basename}_444_accurate_cjp…
DMakefile.am92 bin_PROGRAMS = cjpeg djpeg jpegtran rdjpgcom wrjpgcom program
116 cjpeg_SOURCES = cdjpeg.h cderror.h cdjpeg.c cjpeg.c rdgif.c rdppm.c rdswitch.c
161 dist_man1_MANS = cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
384 ./cjpeg -rgb -dct int -outfile testout_rgb_islow.jpg $(srcdir)/testimages/testorig.ppm
404 …./cjpeg -sample 2x1 -dct fast -opt -outfile testout_422_ifast_opt.jpg $(srcdir)/testimages/testori…
428 …./cjpeg -sample 2x2 -quality 100 -dct fast -prog -outfile testout_420_q100_ifast_prog.jpg $(srcdir…
440 ./cjpeg -gray -dct int -outfile testout_gray_islow.jpg $(srcdir)/testimages/testorig.ppm
465 …./cjpeg -sample 2x2 -smooth 1 -dct int -opt -outfile testout_420s_ifast_opt.jpg $(srcdir)/testimag…
486 …./cjpeg -sample 3x2 -dct float -prog -outfile testout_3x2_float_prog.jpg $(srcdir)/testimages/test…
504 …./cjpeg -sample 3x2 -dct fast -prog -outfile testout_3x2_ifast_prog.jpg $(srcdir)/testimages/testo…
[all …]
Dusage.txt7 This file describes usage of the JPEG conversion programs cjpeg and djpeg,
13 pages in files cjpeg.1, djpeg.1, jpegtran.1, rdjpgcom.1, wrjpgcom.1.
25 We provide two programs, cjpeg to compress an image file into JPEG format,
29 cjpeg [switches] [imagefile] >jpegfile
38 cjpeg [switches] imagefile jpegfile
47 cjpeg [switches] -outfile jpegfile imagefile
55 isn't on most non-Unix systems.) cjpeg recognizes the input image format
71 The basic command line switches for cjpeg are:
79 BMP file, because cjpeg isn't bright enough to notice
91 but cjpeg runs somewhat slower and needs much more
[all …]
Dtjbenchtest.in75 …runme $EXEDIR/cjpeg -quality 95 -dct fast -grayscale -outfile $OUTDIR/${basename}_GRAY_fast_cjpeg.…
76 …runme $EXEDIR/cjpeg -quality 95 -dct fast -sample 2x2 -outfile $OUTDIR/${basename}_420_fast_cjpeg.…
77 …runme $EXEDIR/cjpeg -quality 95 -dct fast -sample 2x1 -outfile $OUTDIR/${basename}_422_fast_cjpeg.…
78 …runme $EXEDIR/cjpeg -quality 95 -dct fast -sample 1x1 -outfile $OUTDIR/${basename}_444_fast_cjpeg.…
79 …runme $EXEDIR/cjpeg -quality 95 -dct int -grayscale -outfile $OUTDIR/${basename}_GRAY_accurate_cjp…
80 …runme $EXEDIR/cjpeg -quality 95 -dct int -sample 2x2 -outfile $OUTDIR/${basename}_420_accurate_cjp…
81 …runme $EXEDIR/cjpeg -quality 95 -dct int -sample 2x1 -outfile $OUTDIR/${basename}_422_accurate_cjp…
82 …runme $EXEDIR/cjpeg -quality 95 -dct int -sample 1x1 -outfile $OUTDIR/${basename}_444_accurate_cjp…
Dwizard.txt4 This file describes cjpeg's "switches for wizards".
18 Ordinarily, cjpeg starts with a default set of tables (the same ones given
74 By default, cjpeg will use quantization table 0 for luminance components and
92 By default, cjpeg uses 2:1 horizontal and vertical downsampling when
116 By default, cjpeg emits a single-scan sequential JPEG file. The
146 producing a sequential JPEG file. cjpeg automatically determines whether
151 (cjpeg checks that the spec's requirements are obeyed.)
182 to the default script used by "cjpeg -progressive" for YCbCr images:
Djconfig.txt110 * but only the sample applications cjpeg/djpeg (see cjpeg.c, djpeg.c).
127 * head of cjpeg.c or djpeg.c.
138 /* Define this if you want percent-done progress reports from cjpeg/djpeg.
Dchange.log29 Add cjpeg -rgb option to create RGB JPEG files.
50 Support 32-bit BMPs (RGB image with Alpha channel) for read in cjpeg.
57 Add sanity check in BMP reader module to avoid cjpeg crash for empty input
71 cjpeg -quality option has been extended for support of separate quality
142 changed to produce "uncompressed GIFs", and cjpeg's GIF input capability
161 cjpeg -progressive -restart no longer generates any unnecessary DRI markers.
195 Fix bug in cjpeg's -smooth option: last one or two scanlines would be
Dcoderules.txt70 library proper; source files that are not part of the library, such as cjpeg.c
76 modules that are used in cjpeg/djpeg but are not part of the JPEG library
DREADME.md154 - **cjpeg: Separate quality settings for luminance and chrominance**
159 - **cjpeg: 32-bit BMP support**
161 - **cjpeg: `-rgb` option**
265 Both cjpeg and djpeg have been extended to allow testing the in-memory
DREADME-turbo.txt150 -- cjpeg: Separate quality settings for luminance and chrominance
155 -- cjpeg: 32-bit BMP support
157 -- cjpeg: -rgb option
261 Both cjpeg and djpeg have been extended to allow testing the in-memory
DChangeLog.md107 in cjpeg if one of the values in a binary PPM/PGM input file exceeded the
110 not security bugs, since they were confined to the cjpeg program and did not
261 1. Fixed an issue whereby cjpeg would segfault if a Windows bitmap with a
387 with `cjpeg -grayscale -sample 2x2`). Subsampling technically has no meaning
393 8. cjpeg, djpeg, and jpegtran now accept an argument of `-version`, which will
571 entropy coding (by passing arguments of `-progressive -arithmetic` to cjpeg or
664 8. cjpeg can now be used to generate JPEG files with the RGB colorspace
890 cjpeg.
892 7. Eliminated errors in the output of cjpeg on Windows that occurred when the
893 application was invoked using I/O redirection (`cjpeg <inputfile >output.jpg`.)
[all …]
DREADME39 usage.txt Usage instructions for cjpeg, djpeg, jpegtran,
85 plus two sample applications "cjpeg" and "djpeg", which use the library to
DREADME.ijg39 usage.txt Usage instructions for cjpeg, djpeg, jpegtran,
85 plus two sample applications "cjpeg" and "djpeg", which use the library to
Dlibjpeg.txt311 cjpeg.c and djpeg.c for code that has been found to work on many systems.
395 Examples of this can be found in the sample application cjpeg.
557 put the stdio stream in binary mode. See cjpeg.c and djpeg.c for code that
904 recommended by IJG (cjpeg's "-quality" switch uses this routine).
1079 See rdswitch.c and cjpeg.c for an example of usage.
1083 cjpeg -quality 90,70:
1517 messages. See the sample applications cjpeg/djpeg for an example of using
1910 in rdswitch.c, so that you can read scan script files just like cjpeg's.)
2852 other progress display. (For a simple example, see cjpeg.c or djpeg.c.)
3019 The sample applications cjpeg and djpeg can support 12-bit mode only for PPM
[all …]
Dstructure.txt41 * cjpeg/djpeg, two sample applications that use the library to transform
43 cjpeg/djpeg are of no great intellectual complexity: they merely add a simple
/external/libjpeg-turbo/sharedlib/
DCMakeLists.txt53 add_executable(cjpeg ../cjpeg.c ../cdjpeg.c ../rdgif.c ../rdppm.c target
55 set_property(TARGET cjpeg PROPERTY COMPILE_FLAGS ${COMPILE_FLAGS})
56 target_link_libraries(cjpeg jpeg)
70 install(TARGETS jpeg cjpeg djpeg jpegtran
/external/libjpeg-turbo/release/
Dmakemacpkg.in155 -arch i386 $TMPDIR/dist.x86/$BINDIR/cjpeg \
156 -arch x86_64 $PKGROOT/$BINDIR/cjpeg \
157 -output $PKGROOT/$BINDIR/cjpeg
220 $PKGROOT/$BINDIR/cjpeg \
221 -arch arm $TMPDIR/dist.armv6/$BINDIR/cjpeg \
222 -output $PKGROOT/$BINDIR/cjpeg
284 $PKGROOT/$BINDIR/cjpeg \
285 -arch arm $TMPDIR/dist.armv7/$BINDIR/cjpeg \
286 -output $PKGROOT/$BINDIR/cjpeg
348 $PKGROOT/$BINDIR/cjpeg \
[all …]
Dlibjpeg-turbo.spec.in116 %{_bindir}/cjpeg
142 %{_mandir}/man1/cjpeg.1*
Dlibjpeg-turbo.nsi.in53 File "@CMAKE_BINARY_DIR@\sharedlib\${BUILDDIR}cjpeg.exe"
132 Delete $INSTDIR\bin\cjpeg.exe
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/
DIJG_README41 usage.doc Usage instructions for cjpeg, djpeg, jpegtran,
85 plus two sample applications "cjpeg" and "djpeg", which use the library to
321 other formats, thus making cjpeg/djpeg considerably more useful. The latest