HomeSort by relevance Sort by last modified time
    Searched refs:CV_IMPLEMENT_QSORT_EX (Results 1 - 5 of 5) sorted by null

  /external/opencv/cxcore/src/
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/
cxmisc.h 421 #define CV_IMPLEMENT_QSORT_EX( func_name, T, LT, user_data_type ) \
586 CV_IMPLEMENT_QSORT_EX( func_name, T, cmp, int )
    [all...]
  /external/opencv/ml/src/
mlboost.cpp 328 static CV_IMPLEMENT_QSORT_EX( icvSortDblPtr, double*, CV_CMP_NUM_PTR, int )
    [all...]
mltree.cpp 119 static CV_IMPLEMENT_QSORT_EX( icvSortIntPtr, int*, CV_CMP_NUM_PTR, int )
120 static CV_IMPLEMENT_QSORT_EX( icvSortDblPtr, double*, CV_CMP_NUM_PTR, int )
123 static CV_IMPLEMENT_QSORT_EX( icvSortPairs, CvPair32s32f, CV_CMP_PAIRS, int )
    [all...]
  /external/opencv/cv/src/
cvhough.cpp 73 static CV_IMPLEMENT_QSORT_EX( icvHoughSortDescent32s, int, hough_cmp_gt, const int* )
    [all...]

Completed in 95 milliseconds