Home
last modified time | relevance | path

Searched refs:JDCT_ISLOW (Results 1 – 10 of 10) 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()
634 case JDCT_ISLOW: in jinit_forward_dct()
668 case JDCT_ISLOW: in jinit_forward_dct()
Dcjpeg.c222 (JDCT_DEFAULT == JDCT_ISLOW ? " (default)" : "")); in usage()
323 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
Djpeglib.h253 JDCT_ISLOW, /* accurate integer method */ enumerator
259 #define JDCT_DEFAULT JDCT_ISLOW
Ddjpeg.c153 (JDCT_DEFAULT == JDCT_ISLOW ? " (default)" : "")); in usage()
253 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
Dlibjpeg.txt972 JDCT_ISLOW: accurate integer method
975 JDCT_DEFAULT: default method (normally JDCT_ISLOW)
984 instructions, JDCT_IFAST and JDCT_ISLOW have similar performance. On
986 JDCT_ISLOW.
991 JDCT_ISLOW becomes more pronounced. With quality=97, for instance,
993 JDCT_ISLOW, but this can be larger for some images. Do not use
998 above 97, so it will be slower than JDCT_ISLOW.
1001 JDCT_ISLOW, and it is much slower. JDCT_FLOAT may also give different
1281 JDCT_ISLOW: accurate integer method
1284 JDCT_DEFAULT: default method (normally JDCT_ISLOW)
[all …]
Dturbojpeg.c305 cinfo->dct_method = JDCT_ISLOW; in setCompDefaults()
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dimage_preprocessing_stage.cc89 flags.dct_method = JDCT_ISLOW; in LoadImageJpeg()
/external/tensorflow/tensorflow/core/kernels/image/
Ddecode_image_op.cc124 flags_.dct_method = JDCT_ISLOW; in DecodeImageV2Op()
/external/ImageMagick/coders/
Djpeg.c1260 jpeg_info->dct_method=JDCT_ISLOW; in ReadJPEGImage_()
2370 jpeg_info->dct_method=JDCT_ISLOW; in WriteJPEGImage_()