Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dmatrix.cpp3785 typedef IppStatus (CV_STDCALL * IppSortFunc)(void *, int); typedef
3786 typedef IppSortFunc IppFlipFunc;
3788 static IppSortFunc getSortFunc(int depth, bool sortDescending) in getSortFunc()
3791 return depth == CV_8U ? (IppSortFunc)ippsSortAscend_8u_I : in getSortFunc()
3798 return depth == CV_8U ? (IppSortFunc)ippsSortDescend_8u_I : in getSortFunc()
3840 IppSortFunc ippSortFunc = 0; in sort_()