Home
last modified time | relevance | path

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

/external/jpeg/
Djddctmgr.c134 method = JDCT_ISLOW; /* jidctred uses islow-style table */ in start_pass()
138 method = JDCT_ISLOW; /* jidctred uses islow-style table */ in start_pass()
142 method = JDCT_ISLOW; /* jidctred uses islow-style table */ in start_pass()
148 case JDCT_ISLOW: in start_pass()
155 case JDCT_ISLOW: in start_pass()
157 method = JDCT_ISLOW; in start_pass()
198 case JDCT_ISLOW: in start_pass()
Djcdctmgr.c74 case JDCT_ISLOW: in start_pass_fdctmgr()
358 case JDCT_ISLOW: in jinit_forward_dct()
Dcjpeg.c166 (JDCT_DEFAULT == JDCT_ISLOW ? " (default)" : "")); in usage()
266 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
Ddjpeg.c134 (JDCT_DEFAULT == JDCT_ISLOW ? " (default)" : "")); in usage()
216 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
Djpeglib.h222 JDCT_ISLOW, /* slow but accurate integer algorithm */ enumerator
228 #define JDCT_DEFAULT JDCT_ISLOW
Dlibjpeg.doc878 JDCT_ISLOW: slow but accurate integer algorithm
881 JDCT_DEFAULT: default method (normally JDCT_ISLOW)
/external/qemu/distrib/jpeg-6b/
Djddctmgr.c134 method = JDCT_ISLOW; /* jidctred uses islow-style table */ in start_pass()
138 method = JDCT_ISLOW; /* jidctred uses islow-style table */ in start_pass()
142 method = JDCT_ISLOW; /* jidctred uses islow-style table */ in start_pass()
148 case JDCT_ISLOW: in start_pass()
155 case JDCT_ISLOW: in start_pass()
157 method = JDCT_ISLOW; in start_pass()
198 case JDCT_ISLOW: in start_pass()
Djcdctmgr.c74 case JDCT_ISLOW: in start_pass_fdctmgr()
358 case JDCT_ISLOW: in jinit_forward_dct()
Dcjpeg.c166 (JDCT_DEFAULT == JDCT_ISLOW ? " (default)" : "")); in usage()
266 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
Ddjpeg.c134 (JDCT_DEFAULT == JDCT_ISLOW ? " (default)" : "")); in usage()
216 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
Djpeglib.h222 JDCT_ISLOW, /* slow but accurate integer algorithm */ enumerator
228 #define JDCT_DEFAULT JDCT_ISLOW
Dlibjpeg.doc878 JDCT_ISLOW: slow but accurate integer algorithm
881 JDCT_DEFAULT: default method (normally JDCT_ISLOW)
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/
DJPEGImageDecoder.cpp271 m_info.dct_method = JDCT_ISLOW; in decode()
/external/skia/src/images/
DSkImageDecoder_libjpeg.cpp235 cinfo.dct_method = JDCT_ISLOW; in onDecode()
562 cinfo->dct_method = JDCT_ISLOW; in onDecodeRegion()