Searched refs:CV_IMPLEMENT_QSORT_EX (Results 1 – 5 of 5) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxutils.cpp | 976 static CV_IMPLEMENT_QSORT_EX( icvSortIdx64f, int, ICV_LT_BY_IDX, const double* ) 977 static CV_IMPLEMENT_QSORT_EX( icvSortIdx32f, int, ICV_LT_BY_IDX, const float* ) 978 static CV_IMPLEMENT_QSORT_EX( icvSortIdx32s, int, ICV_LT_BY_IDX, const int* ) 979 static CV_IMPLEMENT_QSORT_EX( icvSortIdx16u, int, ICV_LT_BY_IDX, const ushort* ) 980 static CV_IMPLEMENT_QSORT_EX( icvSortIdx16s, int, ICV_LT_BY_IDX, const short* ) 981 static CV_IMPLEMENT_QSORT_EX( icvSortIdx8u, int, ICV_LT_BY_IDX, const uchar* ) 982 static CV_IMPLEMENT_QSORT_EX( icvSortIdx8s, int, ICV_LT_BY_IDX, const schar* ) 984 static CV_IMPLEMENT_QSORT_EX( icvSort64f, double, CV_LT, int ) 985 static CV_IMPLEMENT_QSORT_EX( icvSort32f, float, CV_LT, int ) 986 static CV_IMPLEMENT_QSORT_EX( icvSort32s, int, CV_LT, int ) [all …]
|
/external/opencv/cxcore/include/ |
D | cxmisc.h | 421 #define CV_IMPLEMENT_QSORT_EX( func_name, T, LT, user_data_type ) \ macro 586 CV_IMPLEMENT_QSORT_EX( func_name, T, cmp, int )
|
/external/opencv/ml/src/ |
D | mlboost.cpp | 328 static CV_IMPLEMENT_QSORT_EX( icvSortDblPtr, double*, CV_CMP_NUM_PTR, int ) in CV_IMPLEMENT_QSORT_EX() function 1212 static CV_IMPLEMENT_QSORT_EX( icvSort_64f, double, CV_LT, int ) in CV_IMPLEMENT_QSORT_EX() function
|
D | mltree.cpp | 119 static CV_IMPLEMENT_QSORT_EX( icvSortIntPtr, int*, CV_CMP_NUM_PTR, int ) in CV_IMPLEMENT_QSORT_EX() function 120 static CV_IMPLEMENT_QSORT_EX( icvSortDblPtr, double*, CV_CMP_NUM_PTR, int ) in CV_IMPLEMENT_QSORT_EX() 123 static CV_IMPLEMENT_QSORT_EX( icvSortPairs, CvPair32s32f, CV_CMP_PAIRS, int ) in CV_IMPLEMENT_QSORT_EX()
|
/external/opencv/cv/src/ |
D | cvhough.cpp | 73 static CV_IMPLEMENT_QSORT_EX( icvHoughSortDescent32s, int, hough_cmp_gt, const int* ) in CV_IMPLEMENT_QSORT_EX() function
|