Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

template<class DstArrayT, class SrcArrayT, class KerArrayT, class KerArithT>
void Impala::Core::Array::RecConvKernelSeparated ( DstArrayT *&  dst,
SrcArrayT *  src,
KerArrayT *  kerx,
KerArrayT *  kery,
KerArithT  leftBorderNorm,
KerArithT  rightBorderNorm,
KerArithT  topBorderNorm,
KerArithT  bottomBorderNorm,
Util::TimePlot *  plotter = 0 
) [inline]

Definition at line 30 of file RecConvKernelSeparated.h.

References Impala::Core::Array::Pattern::PatRecGenConv2dSep().

Referenced by Impala::Samples::Timing::DoOneRecConvSep(), and Impala::Samples::Timing::DoOneRecConvSepComlex().

00035 {
00036     Trait::BpoMul<KerArrayT, KerArrayT, KerArrayT> bpo;
00037     Trait::BpoAddAssign<KerArrayT, KerArrayT> bpoAss;
00038     Pattern::PatRecGenConv2dSep(dst, src, kerx, kery, leftBorderNorm, rightBorderNorm,
00039                                 topBorderNorm, bottomBorderNorm, bpo, bpoAss, plotter);
00040 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:58:29 2010 for ImpalaSrc by  doxygen 1.5.1