Home
last modified time | relevance | path

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

/dports/graphics/opencv/.build/3rdparty/ippicv/ippicv_lnx/icv/include/
H A Dippicv_redefs.h1378 #define ippsSortRadixDescend_64f_I ippicvsSortRadixDescend_64f_I macro
H A Dippicv.h386 IPPAPI(IppStatus, ippsSortRadixDescend_64f_I, (Ipp64f *pSrcDst, int len, Ipp8u *pBuffer))
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dmatrix_operations.cpp935 depth == CV_64F ? (IppSortFunc)ippsSortRadixDescend_64f_I : in getSortFunc()