Home
last modified time | relevance | path

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

12

/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
Dencoder.py201 def _iterencode_dict(self, dct, markers=None): argument
202 if not dct:
206 markerid = id(dct)
209 markers[markerid] = dct
227 keys = dct.keys()
229 items = [(k, dct[k]) for k in keys]
231 items = dct.iteritems()
/external/llvm/test/CodeGen/PowerPC/
D2008-07-15-SignExtendInreg.ll5 define signext i16 @t(i16* %dct) nounwind {
15 store i16 %dcval.0, i16* %dct, align 2
/external/qemu/distrib/jpeg-6b/
Dusage.doc143 -dct int Use integer DCT method (default).
144 -dct fast Use fast integer DCT (less accurate).
145 -dct float Use floating-point DCT method.
224 to "-dct fast -nosmooth -onepass -dither ordered".
266 -dct int Use integer DCT method (default).
267 -dct fast Use fast integer DCT (less accurate).
268 -dct float Use floating-point DCT method.
348 "-dct fast" and/or "-nosmooth" gain speed at a small sacrifice in quality.
354 "-dct float" may be even faster than "-dct fast". But on most machines
355 "-dct float" is slower than "-dct int"; in this case it is not worth using,
Dmakefile.ansi132 ./djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
133 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
134 ./cjpeg -dct int -outfile testout.jpg testimg.ppm
135 ./djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
136 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.manx132 djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
133 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
134 cjpeg -dct int -outfile testout.jpg testimg.ppm
135 djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
136 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.vc129 .\djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
130 .\djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
131 .\cjpeg -dct int -outfile testout.jpg testimg.ppm
132 .\djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
133 .\cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.dj138 ./djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
139 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
140 ./cjpeg -dct int -outfile testout.jpg testimg.ppm
141 ./djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
142 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.wat140 djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
141 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
142 cjpeg -dct int -outfile testout.jpg testimg.ppm
143 djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
144 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.unix146 ./djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
147 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
148 ./cjpeg -dct int -outfile testout.jpg testimg.ppm
149 ./djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
150 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.sas170 djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
171 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
172 cjpeg -dct int -outfile testout.jpg testimg.ppm
173 djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
174 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.mc6165 djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
166 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
167 cjpeg -dct int -outfile testout.jpg testimg.ppm
168 djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
169 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.bcc190 djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
191 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
192 cjpeg -dct int -outfile testout.jpg testimg.ppm
193 djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
194 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.mms136 mcr sys$disk:[]djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
137 mcr sys$disk:[]djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
138 mcr sys$disk:[]cjpeg -dct int -outfile testout.jpg testimg.ppm
139 mcr sys$disk:[]djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
140 mcr sys$disk:[]cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
/external/jpeg/
Dusage.doc143 -dct int Use integer DCT method (default).
144 -dct fast Use fast integer DCT (less accurate).
145 -dct float Use floating-point DCT method.
224 to "-dct fast -nosmooth -onepass -dither ordered".
266 -dct int Use integer DCT method (default).
267 -dct fast Use fast integer DCT (less accurate).
268 -dct float Use floating-point DCT method.
348 "-dct fast" and/or "-nosmooth" gain speed at a small sacrifice in quality.
354 "-dct float" may be even faster than "-dct fast". But on most machines
355 "-dct float" is slower than "-dct int"; in this case it is not worth using,
Dmakefile.vc129 .\djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
130 .\djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
131 .\cjpeg -dct int -outfile testout.jpg testimg.ppm
132 .\djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
133 .\cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.ansi132 ./djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
133 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
134 ./cjpeg -dct int -outfile testout.jpg testimg.ppm
135 ./djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
136 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.manx132 djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
133 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
134 cjpeg -dct int -outfile testout.jpg testimg.ppm
135 djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
136 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.sas170 djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
171 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
172 cjpeg -dct int -outfile testout.jpg testimg.ppm
173 djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
174 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.dj138 ./djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
139 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
140 ./cjpeg -dct int -outfile testout.jpg testimg.ppm
141 ./djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
142 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.unix146 ./djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
147 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
148 ./cjpeg -dct int -outfile testout.jpg testimg.ppm
149 ./djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
150 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.wat140 djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
141 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
142 cjpeg -dct int -outfile testout.jpg testimg.ppm
143 djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
144 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.bcc190 djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
191 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
192 cjpeg -dct int -outfile testout.jpg testimg.ppm
193 djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
194 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.mc6165 djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
166 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
167 cjpeg -dct int -outfile testout.jpg testimg.ppm
168 djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
169 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.mms136 mcr sys$disk:[]djpeg -dct int -ppm -outfile testout.ppm testorig.jpg
137 mcr sys$disk:[]djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
138 mcr sys$disk:[]cjpeg -dct int -outfile testout.jpg testimg.ppm
139 mcr sys$disk:[]djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg
140 mcr sys$disk:[]cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
Dmakefile.cfg225 ./djpeg -dct int -ppm -outfile testout.ppm $(srcdir)/testorig.jpg
226 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp $(srcdir)/testorig.jpg
227 ./cjpeg -dct int -outfile testout.jpg $(srcdir)/testimg.ppm
228 ./djpeg -dct int -ppm -outfile testoutp.ppm $(srcdir)/testprog.jpg
229 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg $(srcdir)/testimg.ppm

12