Home | History | Annotate | Download | only in src

Lines Matching refs:CV_LT

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 )
987 static CV_IMPLEMENT_QSORT_EX( icvSort16u, ushort, CV_LT, int )
988 static CV_IMPLEMENT_QSORT_EX( icvSort16s, short, CV_LT, int )
989 static CV_IMPLEMENT_QSORT_EX( icvSort8u, uchar, CV_LT, int )
990 static CV_IMPLEMENT_QSORT_EX( icvSort8s, schar, CV_LT, int )