Searched refs:CvIPowFunc (Results 1 – 1 of 1) sorted by relevance
1695 typedef CvStatus (CV_STDCALL * CvIPowFunc)( const void* src, void* dst, int len, int power ); typedef1784 CvIPowFunc pow_func = (CvIPowFunc)ipow_tab.fn_2d[depth]; in cvPow()