[FFmpeg-devel] [PATCH] VP8 V simple loopfilter in MMX/MMX2/SSE2

Ronald S. Bultje rsbultje
Thu Jul 1 16:32:39 CEST 2010


Hi,

see attached, my first try at doing a loopfilter in SIMD.

C takes about 660 cycles for the main MB one of 1760 for the 3
together in the splitmv case. MMX didn't really measure since it's
only 1 instruction difference as per MMX2 (I just tested that they
gave identical output). MMX2 takes 190/350 cycles, SSE2 takes 180/330
cycles (which is weird, should be faster, but who knows what my crappy
CPU is doing, this machine is 5 yrs old - Intel Core Duo 2GHz on a
MacBook Pro).

Ronald
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vp8_loopfilter_simple.patch
Type: application/octet-stream
Size: 5116 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100701/b1dd6af1/attachment.obj>



More information about the ffmpeg-devel mailing list