Home
last modified time | relevance | path

Searched refs:CV_GT (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
Dcxcmp.cpp509 ICV_DEF_CMP_FUNC( CV_GT, CmpGT, flavor, arrtype, worktype, _toggle_macro_ ) \
511 ICV_DEF_CMP_CONST_FUNC( CV_GT, CmpGT, flavor, arrtype, worktype, _toggle_macro_)\
/external/opencv/cxcore/include/
Dcxmisc.h185 #define CV_GT(a, b) ((a) > (b)) macro