Home | History | Annotate | Download | only in src

Lines Matching refs:CvMat

44 //  CvMat arithmetic operations: +, - ...
286 CvMat srcstub1, srcstub2, *src1, *src2;
287 CvMat dststub, *dst = (CvMat*)dstarr;
288 CvMat maskstub, *mask = (CvMat*)maskarr;
289 CvMat dstbuf, *tdst;
296 src1 = (CvMat*)srcarr1;
297 src2 = (CvMat*)srcarr2;
442 dstbuf = cvMat( dy, size.width, type );
537 CvMat srcstub, *src = (CvMat*)srcarr;
538 CvMat dststub, *dst = (CvMat*)dstarr;
539 CvMat maskstub, *mask = (CvMat*)maskarr;
540 CvMat dstbuf, *tdst;
686 dstbuf = cvMat( dy, size.width, type );
761 CvMat srcstub1, *src1 = (CvMat*)srcarr1;
762 CvMat srcstub2, *src2 = (CvMat*)srcarr2;
763 CvMat dststub, *dst = (CvMat*)dstarr;
764 CvMat maskstub, *mask = (CvMat*)maskarr;
765 CvMat dstbuf, *tdst;
914 dstbuf = cvMat( dy, size.width, type );
1009 CvMat srcstub, *src = (CvMat*)srcarr;
1010 CvMat dststub, *dst = (CvMat*)dstarr;
1011 CvMat maskstub, *mask = (CvMat*)maskarr;
1012 CvMat dstbuf, *tdst;
1158 dstbuf = cvMat( dy, size.width, type );
1321 CvMat srcstub1, *src1 = (CvMat*)srcarr1;
1322 CvMat srcstub2, *src2 = (CvMat*)srcarr2;
1323 CvMat dststub, *dst = (CvMat*)dstarr;
1669 CvMat srcstub1, *src1 = (CvMat*)srcarr1;
1670 CvMat srcstub2, *src2 = (CvMat*)srcarr2;
1671 CvMat dststub, *dst = (CvMat*)dstarr;
1985 CvMat srcA_stub, *srcA = (CvMat*)srcAarr;
1986 CvMat srcB_stub, *srcB = (CvMat*)srcBarr;
1987 CvMat dst_stub, *dst = (CvMat*)dstarr;