Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxmatmul.cpp580 typedef CvStatus (CV_STDCALL *CvGEMMStoreFunc)( const void* src1, size_t step1, typedef
1116 CvGEMMStoreFunc store_func = (CvGEMMStoreFunc)store_tab.fn_2d[type]; in cvGEMM()