[patch] 2D convolution

Jules Bergmann jules at codesourcery.com
Sun Dec 4 21:53:16 UTC 2005


This patch implements and tests 2D convolution.  It provides both 
generic and IPP optimized implementations.  It doesn't provide a SAL 
implementation, but the dispatch should fallback to the generic version 
in this case.

IPP only provides full- and min-support convolutions.  Same-support 
convolution is implemented by first using IPP's min-support conv and 
then filling in the edges.

				-- Jules
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: c2d.diff
URL: <http://sourcerytools.com/pipermail/vsipl++/attachments/20051204/b5111d17/attachment.ksh>


More information about the vsipl++ mailing list