Searched defs:Dd (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxmatrix.cpp907 #define Dd( y, x ) ((double*)(dstdata + y*dststep))[x] macro
1010 Dd(1,1) = t0;
1011 Dd(0,0) = t1;
1014 Dd(0,1) = t0;
1015 Dd(1,0) = t1;
1068 Dd(0,0) = t[0]; Dd(0,1) = t[1]; Dd(0,2) = t[2];
1069 Dd(1,0) = t[3]; Dd(
[all...]

Completed in 71 milliseconds