ImageDecoderQt.cpp should use QImageReader::setQuality(49) to use JDCT_IFAST in the Qt JPEG Image Decoder. This change can give a 5% speedup on the image_cycling reduction. JDCT_IFAST is supposingly not generating as good results as the other integer based method but it is not certain how bad these are. The Palm developers have opted to use this for the WebOS.
(In reply to comment #0) > ImageDecoderQt.cpp should use QImageReader::setQuality(49) to use JDCT_IFAST in > the Qt JPEG Image Decoder. This change can give a 5% speedup on the > image_cycling reduction. > > JDCT_IFAST is supposingly not generating as good results as the other integer > based method but it is not certain how bad these are. The Palm developers have > opted to use this for the WebOS. Sorry I did not get back to you in that. I was OOO until today. Will try to arrange testing during next week.
We collected a few JPG images and tested on N97. The colors of the images looked better after we applied this change.
I landed a patch to do this in r52086. Let us see if someone is noticing the difference.