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

/external/opencv/cxcore/src/
H A Dcxconvert.cpp1498 static CvFuncTable cvt_tab, cvtscale_tab; local
1556 icvInitCvtToC1RTable( &cvt_tab );
1563 CvCvtFunc func = (CvCvtFunc)(cvt_tab.fn_2d[CV_MAT_DEPTH(dsttype)]);
1651 icvInitCvtToC1RTable( &cvt_tab );
1661 CvCvtFunc func = (CvCvtFunc)(cvt_tab.fn_2d[CV_MAT_DEPTH(dst->type)]);

Completed in 63 milliseconds