GNOME Bugzilla – Bug 617777
[deinterlace] Add ORC implementations of greedyh method for AYUV/RGB and planar formats
Last modified: 2013-07-17 12:35:40 UTC
...the C implementation is quite slow.
commit dc6dd62824757e5cb6d73fe05d3fb8b1415ffc84 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Mon May 17 19:54:22 2010 +0200 deinterlace: Add MMX/3DNow implementations of greedyh for UYVY commit 2096cf6e55028c0ada9c5b3ddd68bd798a958219 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Mon May 17 19:16:43 2010 +0200 deinterlace: Fix UYVY implementation of greedyh to be actually used First parts are there ;)
Can this be closed now?
No, greedyh still only has C implementations for AYUV/RGB/planar YUV. But instead of doing it in MMX assembly now it can as well be done with ORC. And UYVY/etc could be the first use case of x2 then ;)
Let's close this, nobody going to work on it and it's apparently not important to anybody.