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

/external/opencv/cxcore/src/
H A Dcxmathfuncs.cpp1784 CvIPowFunc pow_func = (CvIPowFunc)ipow_tab.fn_2d[depth]; local
1785 if( !pow_func )
1793 pow_func( src_data, dst_data, size.width, ipower );

Completed in 87 milliseconds