Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxarithm.cpp1658 static CvFuncTable recip_tab; in cvDiv() local
1677 icvInitRecipC1RTable( &recip_tab ); in cvDiv()
1756 CvRecipFunc func = (CvRecipFunc)(recip_tab.fn_2d[CV_MAT_DEPTH(type)]); in cvDiv()
1807 CvRecipFunc func = (CvRecipFunc)(recip_tab.fn_2d[CV_MAT_DEPTH(type)]); in cvDiv()