bayer2rgb: Convert to Orc
authorDavid Schleef <ds@schleef.org>
Tue, 31 May 2011 06:43:39 +0000 (23:43 -0700)
committerDavid Schleef <ds@schleef.org>
Tue, 31 May 2011 06:50:30 +0000 (23:50 -0700)
commitdb7fe611edcaf03ac9d86d3fb0d96c28c4859fd7
treebe025306c0b8ee2a43abeb94f77c4eee674685ae
parentf0c75b06a7f3374338bbb643de057e4ea3080cc0
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.
gst/bayer/Makefile.am
gst/bayer/gstbayer2rgb.c
gst/bayer/gstbayerorc-dist.c [new file with mode: 0644]
gst/bayer/gstbayerorc-dist.h [new file with mode: 0644]
gst/bayer/gstbayerorc.orc [new file with mode: 0644]