Searched refs:dct (Results 1 – 25 of 36) sorted by relevance
12
201 def _iterencode_dict(self, dct, markers=None): argument202 if not dct:206 markerid = id(dct)209 markers[markerid] = dct227 keys = dct.keys()229 items = [(k, dct[k]) for k in keys]231 items = dct.iteritems()
5 define signext i16 @t(i16* %dct) nounwind {15 store i16 %dcval.0, i16* %dct, align 2
143 -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 machines355 "-dct float" is slower than "-dct int"; in this case it is not worth using,
132 ./djpeg -dct int -ppm -outfile testout.ppm testorig.jpg133 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg134 ./cjpeg -dct int -outfile testout.jpg testimg.ppm135 ./djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg136 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
132 djpeg -dct int -ppm -outfile testout.ppm testorig.jpg133 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg134 cjpeg -dct int -outfile testout.jpg testimg.ppm135 djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg136 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
129 .\djpeg -dct int -ppm -outfile testout.ppm testorig.jpg130 .\djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg131 .\cjpeg -dct int -outfile testout.jpg testimg.ppm132 .\djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg133 .\cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
138 ./djpeg -dct int -ppm -outfile testout.ppm testorig.jpg139 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg140 ./cjpeg -dct int -outfile testout.jpg testimg.ppm141 ./djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg142 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
140 djpeg -dct int -ppm -outfile testout.ppm testorig.jpg141 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg142 cjpeg -dct int -outfile testout.jpg testimg.ppm143 djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg144 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
146 ./djpeg -dct int -ppm -outfile testout.ppm testorig.jpg147 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg148 ./cjpeg -dct int -outfile testout.jpg testimg.ppm149 ./djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg150 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
170 djpeg -dct int -ppm -outfile testout.ppm testorig.jpg171 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg172 cjpeg -dct int -outfile testout.jpg testimg.ppm173 djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg174 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
165 djpeg -dct int -ppm -outfile testout.ppm testorig.jpg166 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg167 cjpeg -dct int -outfile testout.jpg testimg.ppm168 djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg169 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
190 djpeg -dct int -ppm -outfile testout.ppm testorig.jpg191 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg192 cjpeg -dct int -outfile testout.jpg testimg.ppm193 djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg194 cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
136 mcr sys$disk:[]djpeg -dct int -ppm -outfile testout.ppm testorig.jpg137 mcr sys$disk:[]djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg138 mcr sys$disk:[]cjpeg -dct int -outfile testout.jpg testimg.ppm139 mcr sys$disk:[]djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg140 mcr sys$disk:[]cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm
225 ./djpeg -dct int -ppm -outfile testout.ppm $(srcdir)/testorig.jpg226 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp $(srcdir)/testorig.jpg227 ./cjpeg -dct int -outfile testout.jpg $(srcdir)/testimg.ppm228 ./djpeg -dct int -ppm -outfile testoutp.ppm $(srcdir)/testprog.jpg229 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg $(srcdir)/testimg.ppm