[vlc-commits] Fix sepia video filter in PackedYUV
Martin Briza
git at videolan.org
Thu Jun 30 01:34:21 CEST 2011
vlc | branch: master | Martin Briza <xbriza00 at stud.fit.vutbr.cz> | Mon Jun 27 17:50:09 2011 +0200| [400622e88058ca597f9e753755f48550510f0ec7] | committer: Jean-Baptiste Kempf
Fix sepia video filter in PackedYUV
SSE function used in PackedYUV plane was bad, removed
copying data using Memcpy8BMMX was slower than vlc_memset -> changed
Sepia8ySSE4_1 changed to Sepia8ySSE2, due to some changes I made to speed it up and clean
Minor changes in indentation and comments
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=400622e88058ca597f9e753755f48550510f0ec7
---
modules/video_filter/sepia.c | 194 ++++++++++++-----------------------------
1 files changed, 57 insertions(+), 137 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=400622e88058ca597f9e753755f48550510f0ec7
More information about the vlc-commits
mailing list