/external/opencv3/modules/photo/src/ |
D | align.cpp | 210 compare(img, median, tb, CMP_GT); in computeBitmaps() 211 compare(abs(img - median), exclude_range, eb, CMP_GT); in computeBitmaps()
|
/external/opencv3/modules/core/perf/ |
D | perf_compare.cpp | 9 CV_ENUM(CmpType, CMP_EQ, CMP_GT, CMP_GE, CMP_LT, CMP_LE, CMP_NE)
|
/external/opencv3/modules/core/src/ |
D | arithm.cpp | 4176 CV_Assert(code == CMP_GT || code == CMP_LE || in Cmp_SIMD() 4186 if (code == CMP_GT) in operator ()() 4212 CV_Assert(code == CMP_GT || code == CMP_LE || in Cmp_SIMD() 4222 if (code == CMP_GT) in operator ()() 4260 CV_Assert(code == CMP_GT || code == CMP_LE || in Cmp_SIMD() 4270 if (code == CMP_GT) in operator ()() 4313 CV_Assert(code == CMP_GT || code == CMP_LE || in Cmp_SIMD() 4323 if (code == CMP_GT) in operator ()() 4368 CV_Assert(code == CMP_GT || code == CMP_LE || in Cmp_SIMD() 4383 if (code == CMP_GT) in operator ()() [all …]
|
/external/deqp/framework/randomshaders/ |
D | rsgToken.hpp | 96 CMP_GT, enumerator
|
D | rsgBinaryOps.cpp | 599 : GreaterThanBase(state, Token::CMP_GT, valueRange) in GreaterThanOp()
|
/external/opencv3/modules/cudaarithm/src/cuda/ |
D | cmp_scalar.cu | 213 cmpop = cmpop == cv::CMP_LT ? cv::CMP_GT : cmpop == cv::CMP_LE ? cv::CMP_GE : in cmpScalar() 214 cmpop == cv::CMP_GE ? cv::CMP_LE : cmpop == cv::CMP_GT ? cv::CMP_LT : cmpop; in cmpScalar()
|
/external/opencv3/modules/stitching/src/ |
D | blenders.cpp | 165 compare(dst_weight_map_, WEIGHT_EPS, dst_mask_, CMP_GT); in blend() 445 compare(dst_band_weights_[0](dst_rc), WEIGHT_EPS, dst_mask_, CMP_GT); in blend()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | base.hpp | 181 CMP_GT = 1, //!< src1 is greater than src2. enumerator
|
/external/opencv3/modules/core/perf/opencl/ |
D | perf_arithm.cpp | 553 CV_ENUM(CmpCode, CMP_LT, CMP_LE, CMP_EQ, CMP_NE, CMP_GE, CMP_GT)
|
/external/opencv3/modules/cudaarithm/perf/ |
D | perf_element_operations.cpp | 632 CV_ENUM(CmpCode, cv::CMP_EQ, cv::CMP_GT, cv::CMP_GE, cv::CMP_LT, cv::CMP_LE, cv::CMP_NE)
|
/external/opencv3/modules/cudaarithm/test/ |
D | test_element_operations.cpp | 1835 CV_ENUM(CmpCode, cv::CMP_EQ, cv::CMP_GT, cv::CMP_GE, cv::CMP_LT, cv::CMP_LE, cv::CMP_NE) in CV_ENUM() argument 1836 #define ALL_CMP_CODES testing::Values(CmpCode(cv::CMP_EQ), CmpCode(cv::CMP_NE), CmpCode(cv::CMP_GT)… in CV_ENUM()
|
/external/opencv3/modules/java/src/ |
D | core+Core.java | 125 CMP_GT = 1, field in Core
|
/external/opencv3/modules/ts/src/ |
D | ts_func.cpp | 1587 case CMP_GT: in compare_() 1623 case CMP_GT: in compareS_()
|
D | ts_perf.cpp | 435 cv::compare(diff64f, maximum, mask, cv::CMP_GT); in countViolations()
|
/external/opencv3/modules/core/test/ocl/ |
D | test_arithm.cpp | 780 static const int cmp_codes[] = { CMP_EQ, CMP_GT, CMP_GE, CMP_LT, CMP_LE, CMP_NE };
|