Home | History | Annotate | Download | only in src

Lines Matching refs:CV_BLUR

1351     if( smooth_type == CV_BLUR || smooth_type == CV_BLUR_NO_SCALE ||
1379 if( have_ipp && (smooth_type == CV_BLUR || (smooth_type == CV_MEDIAN && param1 <= 15)) &&
1384 if( smooth_type == CV_BLUR )
1429 if( smooth_type == CV_BLUR || smooth_type == CV_BLUR_NO_SCALE )
1432 smooth_type == CV_BLUR, cvSize(param1, param2) ));