Home
last modified time | relevance | path

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

/external/libvncserver/common/
Dturbojpeg.h252 #define TJFLAG_FASTUPSAMPLE 256 macro
505 #define TJ_FASTUPSAMPLE TJFLAG_FASTUPSAMPLE
Dturbojpeg.c784 if(flags&TJFLAG_FASTUPSAMPLE) dinfo->do_fancy_upsampling=FALSE; in tjDecompress2()
/external/libjpeg-turbo/
Dturbojpeg.h359 #define TJFLAG_FASTUPSAMPLE 256 macro
1495 #define TJ_FASTUPSAMPLE TJFLAG_FASTUPSAMPLE
Dtjunittest.c570 flags|=TJFLAG_FASTUPSAMPLE; in doTest()
Dturbojpeg.c1372 if(flags&TJFLAG_FASTUPSAMPLE) dinfo->do_fancy_upsampling=FALSE; in tjDecompress2()
1811 if(flags&TJFLAG_FASTUPSAMPLE) dinfo->do_fancy_upsampling=FALSE; in tjDecompressToYUVPlanes()
Dtjbench.c812 flags|=TJFLAG_FASTUPSAMPLE; in main()
/external/libvncserver/test/
Dtjunittest.c356 flags|=TJFLAG_FASTUPSAMPLE; in doTest()
Dtjbench.c574 flags|=TJFLAG_FASTUPSAMPLE; in main()