Searched defs:CV_IABS (Results 1 – 2 of 2) sorted by relevance
1383 ICV_DEF_BIN_ABS_DIFF_2D( icvAbsDiff_8u_C1R, uchar, int, CV_IABS, ICV_TO_8U ) in ICV_DEF_BIN_ABS_DIFF_2D() argument
203 #define CV_IABS(a) (((a) ^ ((a) < 0 ? -1 : 0)) - ((a) < 0 ? -1 : 0)) macro205 #define CV_IABS(a) abs(a) macro