Searched refs:CV_IMPLEMENT_QSORT (Results 1 - 4 of 4) sorted by relevance

/external/opencv/cv/src/
H A Dcvfeatureselect.cpp45 static CV_IMPLEMENT_QSORT( icvSortFeatures, int *, cmp_features )
H A Dcvconvhull.cpp195 static CV_IMPLEMENT_QSORT( icvSortPointsByPointers_32s, CvPoint*, cmp_pts )
196 static CV_IMPLEMENT_QSORT( icvSortPointsByPointers_32f, CvPoint2D32f*, cmp_pts )
H A Dcvfundam.cpp255 static CV_IMPLEMENT_QSORT( icvSortDistances, int, CV_LT )
/external/opencv/cxcore/include/
H A Dcxmisc.h379 [static] CV_IMPLEMENT_QSORT( icvSortPoints, CvPoint, cmp_pts )
585 #define CV_IMPLEMENT_QSORT( func_name, T, cmp ) \ macro

Completed in 84 milliseconds