[Bug 607342] patch that Add 2 news plugins jp462bayer and bayer2rgb2

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 31 00:06:50 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=607342
  GStreamer | gst-plugins-bad | git

--- Comment #18 from David Schleef <ds at schleef.org> 2011-05-31 07:06:46 UTC ---

commit db7fe611edcaf03ac9d86d3fb0d96c28c4859fd7
Author: David Schleef <ds at schleef.org>
Date:   Mon May 30 23:43:39 2011 -0700

    bayer2rgb: Convert to Orc

    Seriously faster.  Algorithm is nearly the same as bilinear, which
    given the speed of this code, should be considered the baseline of
    quality.  Speed appears to be limited by memory bandwidth, so I
    didn't bother trying to make it any faster.


It would be a good idea to merge this with YCbCr matrixing and subsampling,
which may mean it should move to the colorspace element.  It would definitely
be a good idea to merge in JP46 handling, as the bayer interleaving is
expensive to deal with twice.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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