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

template<class DstArrayT, class SrcArrayT>
void Impala::Core::Array::Trait::M9N4poFO< DstArrayT, SrcArrayT >::DoIt ( DstStorT FO1x,
DstStorT FO1y,
DstStorT FO2x,
DstStorT FO2y,
const SrcArithT R,
const SrcArithT G,
const SrcArithT B,
const SrcArithT Rx,
const SrcArithT Gx,
const SrcArithT Bx,
const SrcArithT Ry,
const SrcArithT Gy,
const SrcArithT By 
) [inline]

Actual operation.

Definition at line 42 of file M9N4poFO.h.

References Impala::Core::Array::Trait::M9N4poFO< DstArrayT, SrcArrayT >::mC2, and Impala::Core::Array::Trait::M9N4poFO< DstArrayT, SrcArrayT >::mC6.

00046     {
00047         *FO1x = mC2*(Rx-Gx);
00048         *FO1y = mC2*(Ry-Gy);
00049         *FO2x = mC6*(Rx+Gx-2*Bx);
00050         *FO2y = mC6*(Ry+Gy-2*By);
00051     }


Generated on Fri Mar 19 11:04:07 2010 for ImpalaSrc by  doxygen 1.5.1