Home
last modified time | relevance | path

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

/dports/graphics/opencv/.build/3rdparty/ippicv/ippicv_lnx/icv/include/
H A Dippicv_redefs.h1386 #define ippsSortRadixIndexDescend_16s ippicvsSortRadixIndexDescend_16s macro
H A Dippicv.h415 IPPAPI(IppStatus, ippsSortRadixIndexDescend_16s, (const Ipp16s* pSrc, Ipp32s srcStrideBytes, Ipp32s…
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dmatrix_operations.cpp1079 depth == CV_16S ? (IppSortIndexFunc)ippsSortRadixIndexDescend_16s : in getSortIndexFunc()