OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JDCT_ISLOW
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/libjpeg_turbo/
jddctmgr.c
111
method =
JDCT_ISLOW
; /* jidctred uses islow-style table */
118
method =
JDCT_ISLOW
; /* jidctred uses islow-style table */
122
method =
JDCT_ISLOW
; /* jidctint uses islow-style table */
129
method =
JDCT_ISLOW
; /* jidctred uses islow-style table */
133
method =
JDCT_ISLOW
; /* jidctint uses islow-style table */
137
method =
JDCT_ISLOW
; /* jidctint uses islow-style table */
141
method =
JDCT_ISLOW
; /* jidctint uses islow-style table */
147
case
JDCT_ISLOW
:
152
method =
JDCT_ISLOW
;
180
method =
JDCT_ISLOW
; /* jidctint uses islow-style table *
[
all
...]
jcdctmgr.c
231
case
JDCT_ISLOW
:
557
case
JDCT_ISLOW
:
591
case
JDCT_ISLOW
:
cjpeg.c
175
(JDCT_DEFAULT ==
JDCT_ISLOW
? " (default)" : ""));
271
cinfo->dct_method =
JDCT_ISLOW
;
djpeg.c
140
(JDCT_DEFAULT ==
JDCT_ISLOW
? " (default)" : ""));
227
cinfo->dct_method =
JDCT_ISLOW
;
jpeglib.h
251
JDCT_ISLOW
, /* slow but accurate integer algorithm */
257
#define JDCT_DEFAULT
JDCT_ISLOW
[
all
...]
turbojpeg.c
195
if(jpegQual>=96 || flags&TJFLAG_ACCURATEDCT) cinfo->dct_method=
JDCT_ISLOW
;
[
all
...]
/external/jpeg/
jddctmgr.c
149
method =
JDCT_ISLOW
; /* jidctred uses islow-style table */
161
method =
JDCT_ISLOW
; /* jidctred uses islow-style table */
173
method =
JDCT_ISLOW
; /* jidctred uses islow-style table */
179
case
JDCT_ISLOW
:
186
case
JDCT_ISLOW
:
189
method =
JDCT_ISLOW
; /* Use quant table of ISLOW.*/
193
case
JDCT_ISLOW
:
200
case
JDCT_ISLOW
:
202
method =
JDCT_ISLOW
;
253
case
JDCT_ISLOW
[
all
...]
cjpeg.c
166
(JDCT_DEFAULT ==
JDCT_ISLOW
? " (default)" : ""));
266
cinfo->dct_method =
JDCT_ISLOW
;
jcdctmgr.c
74
case
JDCT_ISLOW
:
358
case
JDCT_ISLOW
:
djpeg.c
134
(JDCT_DEFAULT ==
JDCT_ISLOW
? " (default)" : ""));
216
cinfo->dct_method =
JDCT_ISLOW
;
jpeglib.h
222
JDCT_ISLOW
, /* slow but accurate integer algorithm */
228
#define JDCT_DEFAULT
JDCT_ISLOW
[
all
...]
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libjpeg.cpp
394
cinfo->dct_method =
JDCT_ISLOW
;
399
cinfo->dct_method =
JDCT_ISLOW
;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp
81
inline J_DCT_METHOD dctMethod() { return
JDCT_ISLOW
; }
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 38 milliseconds