Home
last modified time | relevance | path

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

/dports/graphics/opencv/.build/3rdparty/ippicv/ippicv_lnx/icv/include/
H A Dippicv_redefs.h1389 #define ippsSortRadixIndexDescend_32s ippicvsSortRadixIndexDescend_32s macro
H A Dippicv.h417 IPPAPI(IppStatus, ippsSortRadixIndexDescend_32s, (const Ipp32s* pSrc, Ipp32s srcStrideBytes, Ipp32s…
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dmatrix_operations.cpp1080 depth == CV_32S ? (IppSortIndexFunc)ippsSortRadixIndexDescend_32s : in getSortIndexFunc()