Home
last modified time | relevance | path

Searched refs:ippiGetBorderType (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Dprivate.hpp214 static inline IppiBorderType ippiGetBorderType(int borderTypeNI) in ippiGetBorderType() function
/external/opencv3/modules/imgproc/src/
Dderiv.cpp200 IppiBorderType ippiBorderType = ippiGetBorderType(borderType & (~BORDER_ISOLATED)); in IPPDerivScharr()
828 IppiBorderType borderTypeIpp = ippiGetBorderType(borderTypeNI); in Laplacian()
Dsmooth.cpp1665 IppiBorderType ippBorder = ippiGetBorderType(borderType); in GaussianBlur()
Dfilter.cpp4594 IppiBorderType ippBorderType = ippiGetBorderType(borderTypeNI); in filter2D()