After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 617777 - [deinterlace] Add ORC implementations of greedyh method for AYUV/RGB and planar formats
[deinterlace] Add ORC implementations of greedyh method for AYUV/RGB and plan...
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: git master
Assigned To: David Schleef
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-05 15:53 UTC by Sebastian Dröge (slomo)
Modified: 2013-07-17 12:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2010-05-05 15:53:07 UTC
...the C implementation is quite slow.
Comment 1 Sebastian Dröge (slomo) 2010-06-01 09:26:02 UTC
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 ;)
Comment 2 David Schleef 2010-09-05 23:58:51 UTC
Can this be closed now?
Comment 3 Sebastian Dröge (slomo) 2010-09-06 08:18:05 UTC
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 ;)
Comment 4 Sebastian Dröge (slomo) 2013-07-17 12:35:40 UTC
Let's close this, nobody going to work on it and it's apparently not important to anybody.