diff options
author | Benjamin Poulain <benjamin.poulain@nokia.com> | 2010-08-03 10:06:34 (GMT) |
---|---|---|
committer | Benjamin Poulain <benjamin.poulain@nokia.com> | 2010-08-03 10:49:11 (GMT) |
commit | 57d4e5aae33d27f4989c76269f23e837b8dff451 (patch) | |
tree | ac3642e8588b98f44b291e1cd8fd38917f4f300d /src/winmain | |
parent | b86691f854adb24060cec61e4954c986fc350821 (diff) | |
download | Qt-57d4e5aae33d27f4989c76269f23e837b8dff451.zip Qt-57d4e5aae33d27f4989c76269f23e837b8dff451.tar.gz Qt-57d4e5aae33d27f4989c76269f23e837b8dff451.tar.bz2 |
Use the fast conversion from RGB888 to RGB32 for Jpeg images
The commit 90642dd2b6b14c39cc6178f1161331895809b342 introduce a fast
way to convert from RGB888 to RGB32 with SSSE3.
This patch uses that function to do the color conversion when decoding
jpeg images.
The #defines for the SIMD extension have been moved to the common code
in order to be able to compile the jpeg handler directly in QtGui or
as a plugin.
Reviewed-by: Andreas Kling
Diffstat (limited to 'src/winmain')
0 files changed, 0 insertions, 0 deletions