Home
last modified time | relevance | path

Searched refs:JDCT_FASTEST (Results 1 – 4 of 4) sorted by relevance

/external/jpeg/
Djpeglib.h230 #ifndef JDCT_FASTEST /* may be overridden in jconfig.h */
231 #define JDCT_FASTEST JDCT_IFAST macro
Ddjpeg.c255 cinfo->dct_method = JDCT_FASTEST; in parse_switches()
Dinstall.doc484 do remove ISLOW or IFAST, be sure to redefine JDCT_DEFAULT or JDCT_FASTEST
522 the default, you should redefine JDCT_FASTEST, which is the method selected
Dlibjpeg.doc882 JDCT_FASTEST: fastest method (normally JDCT_IFAST)
890 JDCT_FASTEST are macros configurable by each installation.