Searched refs:IppSortFunc (Results 1 – 1 of 1) sorted by relevance
3785 typedef IppStatus (CV_STDCALL * IppSortFunc)(void *, int); typedef3786 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_()