Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.h381 #define TJFLAG_FASTUPSAMPLE 256 macro
1706 #define TJ_FASTUPSAMPLE TJFLAG_FASTUPSAMPLE
Dtjbench.c873 flags |= TJFLAG_FASTUPSAMPLE; in main()
Dturbojpeg.c1319 if (flags & TJFLAG_FASTUPSAMPLE) dinfo->do_fancy_upsampling = FALSE; in tjDecompress2()
1735 if (flags & TJFLAG_FASTUPSAMPLE) dinfo->do_fancy_upsampling = FALSE; in tjDecompressToYUVPlanes()
Dtjunittest.c549 flags |= TJFLAG_FASTUPSAMPLE; in doTest()