Searched defs:CV_CALC_MIN_8U (Results 1 – 3 of 3) sorted by relevance
70 #define CV_CALC_MIN_8U(a,b) (a) -= CV_FAST_CAST_8U((a) - (b)) macro
73 #define CV_CALC_MIN_8U(a,b) (a) -= CV_FAST_CAST_8U((a) - (b)) macro