Home
last modified time | relevance | path

Searched refs:ippAnchor (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dsmooth.cpp1335 Point ocvAnchor, ippAnchor; in boxFilter() local
1338 ippAnchor.x = ksize.width / 2 - (ksize.width % 2 == 0 ? 1 : 0); in boxFilter()
1339 ippAnchor.y = ksize.height / 2 - (ksize.height % 2 == 0 ? 1 : 0); in boxFilter()
1343 ippBorderType == BORDER_CONSTANT) && ocvAnchor == ippAnchor && in boxFilter()
Dfilter.cpp4592 Point ippAnchor(kernel.cols >> 1, kernel.rows >> 1); in filter2D() local
4614 … std::fabs(delta - 0) < DBL_EPSILON && ippAnchor == anchor && dst.data != src.data) in filter2D()