HomeSort by relevance Sort by last modified time
    Searched refs:JDCT_ISLOW (Results 1 - 14 of 14) sorted by null

  /external/jpeg/
jddctmgr.c 134 method = JDCT_ISLOW; /* jidctred uses islow-style table */
138 method = JDCT_ISLOW; /* jidctred uses islow-style table */
142 method = JDCT_ISLOW; /* jidctred uses islow-style table */
148 case JDCT_ISLOW:
155 case JDCT_ISLOW:
157 method = JDCT_ISLOW;
198 case JDCT_ISLOW:
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...]
  /system/extras/tests/bionic/libc/other/
test_jpeg.c 292 dct_method = JDCT_ISLOW;
  /external/webkit/WebCore/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 251 m_info.dct_method = JDCT_ISLOW;
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 240 cinfo.dct_method = JDCT_ISLOW;
529 cinfo->dct_method = JDCT_ISLOW;
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 40 milliseconds