Searched refs:JDCT_ISLOW (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djddctmgr.c109 method = JDCT_ISLOW; /* jidctred uses islow-style table */
113 method = JDCT_ISLOW; /* jidctred uses islow-style table */
117 method = JDCT_ISLOW; /* jidctred uses islow-style table */
123 case JDCT_ISLOW:
125 method = JDCT_ISLOW;
165 case JDCT_ISLOW:
H A Djcdctmgr.c78 case JDCT_ISLOW:
362 case JDCT_ISLOW:
H A Djpeglib.h222 JDCT_ISLOW, /* slow but accurate integer algorithm */ enumerator in enum:__anon732
228 #define JDCT_DEFAULT JDCT_ISLOW
H A Djpegdecoder.c646 cinfo.dct_method = JDCT_ISLOW;

Completed in 30 milliseconds