Home
last modified time | relevance | path

Searched refs:GetOptimalKernelWidth1D (Results 1 – 5 of 5) sorted by relevance

/external/ImageMagick/MagickCore/
Dgem-private.h56 GetOptimalKernelWidth1D(const double,const double),
Dgem.c1644 MagickPrivate size_t GetOptimalKernelWidth1D(const double radius, in GetOptimalKernelWidth1D() function
1729 return(GetOptimalKernelWidth1D(radius,sigma)); in GetOptimalKernelWidth()
Deffect.c1546 width=GetOptimalKernelWidth1D(radius,0.5); in EdgeImage()
1636 width=GetOptimalKernelWidth1D(radius,sigma); in EmbossImage()
2391 width=GetOptimalKernelWidth1D(radius,sigma); in MotionBlurImage()
3462 width=GetOptimalKernelWidth1D(radius,sigma); in SelectiveBlurImage()
4157 width=GetOptimalKernelWidth1D(radius,0.5); in SpreadImage()
Dmethods.h563 #define GetOptimalKernelWidth1D PrependMagickMethod(GetOptimalKernelWidth1D) macro
Dmorphology.c1148 kernel->width = GetOptimalKernelWidth1D(args->rho,sigma); in AcquireKernelBuiltIn()
1234 kernel->width = (GetOptimalKernelWidth1D(args->rho,sigma)-1)/2+1; in AcquireKernelBuiltIn()