Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjpeg/
Djddctmgr.c106 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
110 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
114 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
118 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
122 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
126 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
130 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
134 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
138 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
142 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
[all …]
Djcdctmgr.c196 method = JDCT_ISLOW; /* jfdctint uses islow-style table */ in start_pass_fdctmgr()
200 method = JDCT_ISLOW; /* jfdctint uses islow-style table */ in start_pass_fdctmgr()
204 method = JDCT_ISLOW; /* jfdctint uses islow-style table */ in start_pass_fdctmgr()
208 method = JDCT_ISLOW; /* jfdctint uses islow-style table */ in start_pass_fdctmgr()
212 method = JDCT_ISLOW; /* jfdctint uses islow-style table */ in start_pass_fdctmgr()
216 method = JDCT_ISLOW; /* jfdctint uses islow-style table */ in start_pass_fdctmgr()
220 method = JDCT_ISLOW; /* jfdctint uses islow-style table */ in start_pass_fdctmgr()
224 method = JDCT_ISLOW; /* jfdctint uses islow-style table */ in start_pass_fdctmgr()
228 method = JDCT_ISLOW; /* jfdctint uses islow-style table */ in start_pass_fdctmgr()
232 method = JDCT_ISLOW; /* jfdctint uses islow-style table */ in start_pass_fdctmgr()
[all …]
Djpeglib.h234 JDCT_ISLOW, /* slow but accurate integer algorithm */ enumerator
240 #define JDCT_DEFAULT JDCT_ISLOW
/external/libjpeg-turbo/
Djddctmgr.c112 method = JDCT_ISLOW; /* jidctred uses islow-style table */ in start_pass()
119 method = JDCT_ISLOW; /* jidctred uses islow-style table */ in start_pass()
123 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
130 method = JDCT_ISLOW; /* jidctred uses islow-style table */ in start_pass()
134 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
143 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
147 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
153 case JDCT_ISLOW: in start_pass()
158 method = JDCT_ISLOW; in start_pass()
187 method = JDCT_ISLOW; /* jidctint uses islow-style table */ in start_pass()
[all …]
Djcdctmgr.c251 case JDCT_ISLOW: in start_pass_fdctmgr()
630 case JDCT_ISLOW: in jinit_forward_dct()
664 case JDCT_ISLOW: in jinit_forward_dct()
Dcjpeg.c175 (JDCT_DEFAULT == JDCT_ISLOW ? " (default)" : "")); in usage()
272 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
Ddjpeg.c146 (JDCT_DEFAULT == JDCT_ISLOW ? " (default)" : "")); in usage()
238 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
Djpeglib.h246 JDCT_ISLOW, /* slow but accurate integer algorithm */ enumerator
252 #define JDCT_DEFAULT JDCT_ISLOW
Dlibjpeg.txt963 JDCT_ISLOW: slow but accurate integer algorithm
966 JDCT_DEFAULT: default method (normally JDCT_ISLOW)
969 JDCT_ISLOW when using the x86/x86-64 SIMD extensions (results may vary
974 JDCT_ISLOW becomes more pronounced. With quality=97, for instance,
976 JDCT_ISLOW, but this can be larger for some images. Do not use
981 above 97, so it will be slower than JDCT_ISLOW. JDCT_FLOAT is mainly a
1264 JDCT_ISLOW: slow but accurate integer algorithm
1267 JDCT_DEFAULT: default method (normally JDCT_ISLOW)
1270 JDCT_ISLOW when using the x86/x86-64 SIMD extensions (results may vary
1276 between JDCT_IFAST and JDCT_ISLOW becomes more pronounced. With images
[all …]
Dturbojpeg.c245 if(jpegQual>=96 || flags&TJFLAG_ACCURATEDCT) cinfo->dct_method=JDCT_ISLOW; in setCompDefaults()
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jddctmgr.c105 method = JDCT_ISLOW; /* jidctred uses islow-style table */ in start_pass()
109 method = JDCT_ISLOW; /* jidctred uses islow-style table */ in start_pass()
113 method = JDCT_ISLOW; /* jidctred uses islow-style table */ in start_pass()
119 case JDCT_ISLOW: in start_pass()
121 method = JDCT_ISLOW; in start_pass()
161 case JDCT_ISLOW: in start_pass()
Dfpdfapi_jcdctmgr.c74 case JDCT_ISLOW: in start_pass_fdctmgr()
358 case JDCT_ISLOW: in jinit_forward_dct()
Djpeglib.h320 JDCT_ISLOW, /* slow but accurate integer algorithm */ enumerator
326 #define JDCT_DEFAULT JDCT_ISLOW
/external/libvncserver/common/
Dturbojpeg.c187 if(jpegQual>=96) cinfo->dct_method=JDCT_ISLOW; in setCompDefaults()
/external/skia/src/images/
DSkImageDecoder_libjpeg.cpp223 cinfo->dct_method = JDCT_ISLOW; in set_dct_method()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...