Home
last modified time | relevance | path

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

/dports/graphics/opencv/.build/3rdparty/ippicv/ippicv_lnx/icv/include/
H A Dippicv_redefs.h1375 #define ippsSortRadixDescend_16u_I ippicvsSortRadixDescend_16u_I macro
H A Dippicv.h382 IPPAPI(IppStatus, ippsSortRadixDescend_16u_I, (Ipp16u *pSrcDst, int len, Ipp8u *pBuffer))
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dmatrix_operations.cpp931 depth == CV_16U ? (IppSortFunc)ippsSortRadixDescend_16u_I : in getSortFunc()