[x264-devel] [PATCH] SSE2 motion compensation [from before] + MMX/SSE2/SSSE3 frame_lowres_init

Jason Garrett-Glaser darkshikari at gmail.com
Tue Mar 4 11:32:00 CET 2008


Correction to my previous patch.  Line:

+    for( x = 0; width - x >= 2; x++ )\

should be

+    for( ; width - x >= 2; x++ )\

A quick test of the code yields:

SSSE3: 2.23m clocks
SSE2: 3.36m clocks
MMX: 7.46m clocks
Scalar/C: 7.5m clocks

for 1280x720 input on a Core 2 Merom.

Dark Shikari
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.videolan.org/pipermail/x264-devel/attachments/20080304/c1360620/attachment.htm 


More information about the x264-devel mailing list