summaryrefslogtreecommitdiff
path: root/gst/bayer/gstbayerorc.orc
Commit message (Collapse)AuthorAgeFilesLines
* bayer: fix unused variableWim Taymans2014-05-201-4/+2
|
* bayer: prefix orc functions with bayer_orcWim Taymans2012-07-241-10/+10
| | | | Add bayer orc to the unit test
* bayer2rgb: Convert to OrcDavid Schleef2011-05-301-0/+252
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.