Home
last modified time | relevance | path

Searched refs:CvIPowFunc (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
Dcxmathfuncs.cpp1695 typedef CvStatus (CV_STDCALL * CvIPowFunc)( const void* src, void* dst, int len, int power ); typedef
1784 CvIPowFunc pow_func = (CvIPowFunc)ipow_tab.fn_2d[depth]; in cvPow()