Home
last modified time | relevance | path

Searched refs:TJ_FASTUPSAMPLE (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
Dturbojpeg.h900 #define TJ_FASTUPSAMPLE TJFLAG_FASTUPSAMPLE macro
Dturbojpegl.c333 if(flags&TJ_FASTUPSAMPLE) j->dinfo.do_fancy_upsampling=FALSE; in tjDecompress()
Djpgtest.cxx67 |(fastupsample?TJ_FASTUPSAMPLE:0); in dotest()