Searched defs:CV_CALC_MIN (Results 1 – 3 of 3) sorted by relevance
62 #define CV_CALC_MIN(a, b) if((a) > (b)) (a) = (b) macro
88 #define CV_CALC_MIN(a, b) if((a) > (b)) (a) = (b) macro