Searched refs:CvFunc2D_3A1P (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxmatmul.cpp2302 CvFunc2D_3A1P func = (CvFunc2D_3A1P)(muladds_tab.fn_2d[type]);
2611 CvFunc2D_3A1P dot_func =
2612 (CvFunc2D_3A1P)dot_tab[dsttype == CV_64FC1].fn_2d[CV_MAT_DEPTH(srctype)];
2666 CvFunc2D_3A1P ext_func =
2667 (CvFunc2D_3A1P)ext_tab[dsttype == CV_64FC1].fn_2d[CV_MAT_DEPTH(srctype)];
H A Dcxnorm.cpp1367 CvFunc2D_3A1P func;
1369 (CvFunc2D_3A1P)normmask_tab[3 + normType].fn_2d[depth]);
/external/opencv/cxcore/include/
H A Dcxmisc.h801 typedef CvStatus (CV_STDCALL *CvFunc2D_3A1P)( void* arr0, int step0, typedef

Completed in 56 milliseconds