Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.h376 #define TJFLAG_FASTDCT 2048 macro
Dtjbench.c817 flags|=TJFLAG_FASTDCT; in main()
Dturbojpeg.c325 if(flags&TJFLAG_FASTDCT) dinfo->dct_method=JDCT_FASTEST; in setDecompDefaults()
1812 if(flags&TJFLAG_FASTDCT) dinfo->dct_method=JDCT_FASTEST; in tjDecompressToYUVPlanes()
DChangeLog.txt408 [4] The tjDecompressToYUV() function now supports the TJFLAG_FASTDCT flag.