Home
last modified time | relevance | path

Searched refs:JDCT_ISLOW (Results 1 – 9 of 9) sorted by relevance

/external/libjpeg-turbo/
Djddctmgr.c113 method = JDCT_ISLOW; /* jidctred uses islow-style table */ in start_pass()
120 method = JDCT_ISLOW; /* jidctred uses islow-style table */ in start_pass()
124 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
131 method = JDCT_ISLOW; /* jidctred uses islow-style table */ in start_pass()
135 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
144 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
148 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
154 case JDCT_ISLOW: in start_pass()
159 method = JDCT_ISLOW; in start_pass()
188 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
[all …]
Djcdctmgr.c256 case JDCT_ISLOW: in start_pass_fdctmgr()
635 case JDCT_ISLOW: in jinit_forward_dct()
669 case JDCT_ISLOW: in jinit_forward_dct()
Dcjpeg.c183 (JDCT_DEFAULT == JDCT_ISLOW ? " (default)" : "")); in usage()
282 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
Djpeglib.h247 JDCT_ISLOW, /* slow but accurate integer algorithm */ enumerator
253 #define JDCT_DEFAULT JDCT_ISLOW
Ddjpeg.c152 (JDCT_DEFAULT == JDCT_ISLOW ? " (default)" : "")); in usage()
247 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
Dlibjpeg.txt970 JDCT_ISLOW: slow but accurate integer algorithm
973 JDCT_DEFAULT: default method (normally JDCT_ISLOW)
976 JDCT_ISLOW when using the x86/x86-64 SIMD extensions (results may vary
981 JDCT_ISLOW becomes more pronounced. With quality=97, for instance,
983 JDCT_ISLOW, but this can be larger for some images. Do not use
988 above 97, so it will be slower than JDCT_ISLOW. JDCT_FLOAT is mainly a
1271 JDCT_ISLOW: slow but accurate integer algorithm
1274 JDCT_DEFAULT: default method (normally JDCT_ISLOW)
1277 JDCT_ISLOW when using the x86/x86-64 SIMD extensions (results may vary
1283 between JDCT_IFAST and JDCT_ISLOW becomes more pronounced. With images
[all …]
Dturbojpeg.c271 cinfo->dct_method = JDCT_ISLOW; in setCompDefaults()
/external/tensorflow/tensorflow/core/kernels/
Ddecode_image_op.cc143 flags_.dct_method = JDCT_ISLOW; in DecodeImageOp()
/external/ImageMagick/coders/
Djpeg.c1302 jpeg_info.dct_method=JDCT_ISLOW; in ReadJPEGImage()
2407 jpeg_info.dct_method=JDCT_ISLOW; in WriteJPEGImage()