Searched refs:CV_MEDIAN (Results 1 – 2 of 2) sorted by relevance
1352 smooth_type == CV_GAUSSIAN || smooth_type == CV_MEDIAN ) in cvSmooth()1379 if( have_ipp && (smooth_type == CV_BLUR || (smooth_type == CV_MEDIAN && param1 <= 15)) && in cvSmooth()1394 else if( smooth_type == CV_MEDIAN ) in cvSmooth()1435 else if( smooth_type == CV_MEDIAN ) in cvSmooth()
77 #define CV_MEDIAN 3 in LOAD_CHDL() macro