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

template<class DstArrayT, class SrcArrayT>
void Impala::Core::Array::InvNw ( DstArrayT *&  dst,
SrcArrayT *  s1,
SrcArrayT *  s2,
SrcArrayT *  s3,
SrcArrayT *  s4,
SrcArrayT *  s5,
SrcArrayT *  s6,
SrcArrayT *  s7,
SrcArrayT *  s8,
SrcArrayT *  s9,
typename SrcArrayT::ArithType  scale 
) [inline]

Definition at line 19 of file InvNw.h.

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

Referenced by InvNw().

00022 {
00023     Trait::M9poNw<DstArrayT, SrcArrayT> mpo(scale);
00024     Pattern::PatM9PixOp(dst, s1, s2, s3, s4, s5, s6, s7, s8, s9, mpo);
00025 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:57:11 2010 for ImpalaSrc by  doxygen 1.5.1