Home | History | Annotate | Download | only in include

Lines Matching refs:CV_IMIN

197 #define  CV_IMIN(a, b)  ((a) ^ (((a)^(b)) & (((a) < (b)) - 1)))