Searched refs:CV_BLUR_NO_SCALE (Results 1 – 2 of 2) sorted by relevance
1347 if( smooth_type != CV_BLUR_NO_SCALE && !CV_ARE_TYPES_EQ( src, dst )) in cvSmooth()1351 if( smooth_type == CV_BLUR || smooth_type == CV_BLUR_NO_SCALE || in cvSmooth()1429 if( smooth_type == CV_BLUR || smooth_type == CV_BLUR_NO_SCALE ) in cvSmooth()
74 #define CV_BLUR_NO_SCALE 0 in LOAD_CHDL() macro