[Bug 732186] videoconvert optimization

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Mar 10 09:31:50 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=732186

Wim Taymans <wim.taymans at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.5.1

--- Comment #3 from Wim Taymans <wim.taymans at gmail.com> ---
commit 0d333d8d444dd9da052613b33c6f6911e6e414f8
Author: Wim Taymans <wtaymans at redhat.com>
Date:   Tue Mar 10 15:12:30 2015 +0100

    video-converter: add table based matrix8 implementation

    Based on patch from Mozzhuhin Andrey <nopscmn at gmail.com>

    Add a table based matrix8 multiplication implementation. The algorithm
    does not do any clipping so we need to make sure we never call this on
    input that might need to be clipped. In general, this algorithm is
    2 times faster than the orc optimized one and would be chosen for all
    RGB -> YUV conversions and some YUV->YUV and RGB->RGB conversions.

    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732186

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list