Lines Matching refs:exception
54 #include "MagickCore/exception.h"
55 #include "MagickCore/exception-private.h"
211 static MagickCLEnv getOpenCLEnvironment(ExceptionInfo* exception)
223 if (InitializeOpenCL(clEnv,exception) == MagickFalse)
229 static Image *cloneImage(const Image* image,ExceptionInfo *exception)
238 clone=CloneImage(image,image->columns,image->rows,MagickTrue,exception);
241 clone=CloneImage(image,0,0,MagickTrue,exception);
243 SyncImagePixelCache(clone,exception);
257 const double sigma,cl_uint *width,ExceptionInfo *exception)
279 kernel=AcquireKernelInfo(geometry,exception);
282 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
296 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
304 ExceptionInfo *exception)
338 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "AcquireOpenCLKernel failed.", ".");
351 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clSetKernelArg failed.", ".");
363 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clEnqueueNDRangeKernel failed.", ".");
391 const NoiseType noise_type,ExceptionInfo *exception)
451 filteredImage=cloneImage(image,exception);
456 imageBuffer=GetAuthenticOpenCLBuffer(image,device,exception);
459 filteredImageBuffer=GetAuthenticOpenCLBuffer(filteredImage,device,exception);
493 (void)OpenCLThrowMagickException(device,exception,GetMagickModule(),
534 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
540 lsize,image,filteredImage,exception);
557 const NoiseType noise_type,ExceptionInfo *exception)
566 assert(exception != (ExceptionInfo *) NULL);
571 clEnv=getOpenCLEnvironment(exception);
575 filteredImage=ComputeAddNoiseImage(image,clEnv,noise_type,exception);
592 const double radius,const double sigma,ExceptionInfo *exception)
643 filteredImage=cloneImage(image,exception);
648 imageBuffer=GetAuthenticOpenCLBuffer(image,device,exception);
651 filteredImageBuffer=GetAuthenticOpenCLBuffer(filteredImage,device,exception);
656 exception);
669 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
690 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
701 lsize,image,filteredImage,exception);
708 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
725 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
736 lsize,image,filteredImage,exception);
759 const double radius,const double sigma,ExceptionInfo *exception)
768 assert(exception != (ExceptionInfo *) NULL);
773 clEnv=getOpenCLEnvironment(exception);
777 filteredImage=ComputeBlurImage(image,clEnv,radius,sigma,exception);
794 const MagickBooleanType sharpen,ExceptionInfo *exception)
845 image_view=AcquireAuthenticCacheView(image,exception);
846 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception);
849 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),CacheWarning,"UnableToReadPixelCache.","`%s'",image->filename);
869 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clCreateBuffer failed.",".");
876 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "AcquireOpenCLKernel failed.", ".");
887 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clSetKernelArg failed.", ".");
898 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clEnqueueNDRangeKernel failed.", ".");
915 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "Reading output image from CL buffer failed.", ".");
918 outputReady=SyncCacheViewAuthenticPixels(image_view,exception);
937 const MagickBooleanType sharpen,ExceptionInfo *exception)
946 assert(exception != (ExceptionInfo *) NULL);
951 clEnv=getOpenCLEnvironment(exception);
955 status=ComputeContrastImage(image,clEnv,sharpen,exception);
973 ExceptionInfo *exception)
1052 //exception=(&image->exception);
1072 if (IsGrayImage(image,exception) != MagickFalse)
1083 /* inputPixels = AcquirePixelCachePixels(image, &length, exception); */
1085 image_view=AcquireAuthenticCacheView(image,exception);
1086 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception);
1090 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),CacheWarning,"UnableToReadPixelCache.","`%s'",image->filename);
1109 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clCreateBuffer failed.",".");
1131 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clCreateBuffer failed.",".");
1135 status = LaunchHistogramKernel(clEnv, device, queue, imageBuffer, histogramBuffer, image, image->channel_mask,exception);
1152 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "Reading output image from CL buffer failed.", ".");
1162 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clEnqueueUnmapMemObject failed.", ".");
1431 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clCreateBuffer failed.",".");
1452 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clCreateBuffer failed.",".");
1460 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "AcquireOpenCLKernel failed.", ".");
1473 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clSetKernelArg failed.", ".");
1485 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clEnqueueNDRangeKernel failed.", ".");
1503 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "Reading output image from CL buffer failed.", ".");
1507 outputReady=SyncCacheViewAuthenticPixels(image_view,exception);
1538 ExceptionInfo *exception)
1547 assert(exception != (ExceptionInfo *) NULL);
1553 clEnv=getOpenCLEnvironment(exception);
1558 exception);
1575 const KernelInfo *kernel,ExceptionInfo *exception)
1652 image_view=AcquireAuthenticCacheView(image,exception);
1653 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception);
1656 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),CacheWarning,"UnableToReadPixelCache.","`%s'",image->filename);
1678 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clCreateBuffer failed.",".");
1682 filteredImage = CloneImage(image,image->columns,image->rows,MagickTrue,exception);
1684 if (SetImageStorageClass(filteredImage,DirectClass,exception) != MagickTrue)
1686 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "CloneImage failed.", ".");
1689 filteredImage_view=AcquireAuthenticCacheView(filteredImage,exception);
1690 filteredPixels=GetCacheViewAuthenticPixels(filteredImage_view,0,0,filteredImage->columns,filteredImage->rows,exception);
1693 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),CacheWarning, "UnableToReadPixelCache.","`%s'",filteredImage->filename);
1712 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clCreateBuffer failed.",".");
1720 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clCreateBuffer failed.",".");
1730 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clEnqueueMapBuffer failed.",".");
1740 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clEnqueueUnmapMemObject failed.", ".");
1764 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "AcquireOpenCLKernel failed.", ".");
1788 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clSetKernelArg failed.", ".");
1800 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clEnqueueNDRangeKernel failed.", ".");
1811 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "AcquireOpenCLKernel failed.", ".");
1833 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clSetKernelArg failed.", ".");
1845 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clEnqueueNDRangeKernel failed.", ".");
1863 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "Reading output image from CL buffer failed.", ".");
1867 outputReady=SyncCacheViewAuthenticPixels(filteredImage_view,exception);
1899 const KernelInfo *kernel,ExceptionInfo *exception)
1908 assert(exception != (ExceptionInfo *) NULL);
1910 (checkOpenCLEnvironment(exception) == MagickFalse))
1913 filteredImage=ComputeConvolveImage(image,kernel,exception);
1918 magick_unreferenced(exception);
1935 ExceptionInfo*exception)
2011 image_view=AcquireAuthenticCacheView(image,exception);
2012 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception);
2015 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),CacheWarning,"UnableToReadPixelCache.","`%s'",image->filename);
2032 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clCreateBuffer failed.",".");
2043 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clCreateBuffer failed.",".");
2048 filteredImage = CloneImage(image,image->columns,image->rows,MagickTrue,exception);
2050 if (SetImageStorageClass(filteredImage,DirectClass,exception) != MagickTrue)
2052 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "CloneImage failed.", ".");
2055 filteredImage_view=AcquireAuthenticCacheView(filteredImage,exception);
2056 filteredPixels=GetCacheViewAuthenticPixels(filteredImage_view,0,0,filteredImage->columns,filteredImage->rows,exception);
2059 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),CacheWarning, "UnableToReadPixelCache.","`%s'",filteredImage->filename);
2078 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clCreateBuffer failed.",".");
2095 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clSetKernelArg failed.", ".");
2109 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clSetKernelArg failed.", ".");
2133 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clSetKernelArg failed.", ".");
2140 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clEnqueueNDRangeKernel failed.", ".");
2149 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clEnqueueNDRangeKernel failed.", ".");
2165 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clSetKernelArg failed.", ".");
2172 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clEnqueueNDRangeKernel failed.", ".");
2181 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clEnqueueNDRangeKernel failed.", ".");
2195 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clSetKernelArg failed.", ".");
2202 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clEnqueueNDRangeKernel failed.", ".");
2211 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clEnqueueNDRangeKernel failed.", ".");
2229 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clSetKernelArg failed.", ".");
2236 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clEnqueueNDRangeKernel failed.", ".");
2245 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clEnqueueNDRangeKernel failed.", ".");
2263 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "Reading output image from CL buffer failed.", ".");
2267 outputReady=SyncCacheViewAuthenticPixels(filteredImage_view,exception);
2299 ExceptionInfo* exception)
2308 assert(exception != (ExceptionInfo *) NULL);
2313 clEnv=getOpenCLEnvironment(exception);
2317 filteredImage=ComputeDespeckleImage(image,clEnv,exception);
2334 ExceptionInfo *exception)
2428 /* inputPixels = AcquirePixelCachePixels(image, &length, exception); */
2430 image_view=AcquireAuthenticCacheView(image,exception);
2431 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception);
2435 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),CacheWarning,"UnableToReadPixelCache.","`%s'",image->filename);
2454 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clCreateBuffer failed.",".");
2476 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clCreateBuffer failed.",".");
2480 status = LaunchHistogramKernel(clEnv, device, queue, imageBuffer, histogramBuffer, image, image->channel_mask, exception);
2497 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "Reading output image from CL buffer failed.", ".");
2507 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clEnqueueUnmapMemObject failed.", ".");
2653 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clCreateBuffer failed.",".");
2674 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clCreateBuffer failed.",".");
2682 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "AcquireOpenCLKernel failed.", ".");
2695 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clSetKernelArg failed.", ".");
2707 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clEnqueueNDRangeKernel failed.", ".");
2725 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "Reading output image from CL buffer failed.", ".");
2729 outputReady=SyncCacheViewAuthenticPixels(image_view,exception);
2760 ExceptionInfo *exception)
2769 assert(exception != (ExceptionInfo *) NULL);
2775 clEnv=getOpenCLEnvironment(exception);
2779 status=ComputeEqualizeImage(image,clEnv,exception);
2797 const double *parameters,ExceptionInfo *exception)
2836 imageBuffer=GetAuthenticOpenCLBuffer(image,device,exception);
2852 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
2860 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
2877 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
2885 gsize,(const size_t *) NULL,image,(const Image *) NULL,exception);
2902 const double *parameters,ExceptionInfo *exception)
2911 assert(exception != (ExceptionInfo *) NULL);
2916 clEnv=getOpenCLEnvironment(exception);
2921 parameters,exception);
2938 const PixelIntensityMethod method,ExceptionInfo *exception)
2974 imageBuffer=GetAuthenticOpenCLBuffer(image,device,exception);
2981 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
2997 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
3006 exception);
3021 const PixelIntensityMethod method,ExceptionInfo *exception)
3030 assert(exception != (ExceptionInfo *) NULL);
3044 clEnv=getOpenCLEnvironment(exception);
3048 status=ComputeGrayscaleImage(image,clEnv,method,exception);
3065 const double radius,const double strength,ExceptionInfo *exception)
3135 image_view=AcquireAuthenticCacheView(image,exception);
3136 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception);
3139 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),CacheWarning,"UnableToReadPixelCache.","`%s'",image->filename);
3159 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clCreateBuffer failed.",".");
3166 filteredImage = CloneImage(image,image->columns,image->rows,MagickTrue,exception);
3168 if (SetImageStorageClass(filteredImage,DirectClass,exception) != MagickTrue)
3170 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "CloneImage failed.", ".");
3173 filteredImage_view=AcquireAuthenticCacheView(filteredImage,exception);
3174 filteredPixels=GetCacheViewAuthenticPixels(filteredImage_view,0,0,filteredImage->columns,filteredImage->rows,exception);
3177 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),CacheWarning, "UnableToReadPixelCache.","`%s'",filteredImage->filename);
3197 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clCreateBuffer failed.",".");
3209 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clCreateBuffer failed.",".");
3219 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "AcquireOpenCLKernel failed.", ".");
3226 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "AcquireOpenCLKernel failed.", ".");
3250 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clSetKernelArg failed.", ".");
3273 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clEnqueueNDRangeKernel failed.", ".");
3294 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clSetKernelArg failed.", ".");
3317 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clEnqueueNDRangeKernel failed.", ".");
3339 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "Reading output image from CL buffer failed.", ".");
3343 outputReady=SyncCacheViewAuthenticPixels(filteredImage_view,exception);
3380 const double radius,const double strength,ExceptionInfo *exception)
3389 assert(exception != (ExceptionInfo *) NULL);
3394 clEnv=getOpenCLEnvironment(exception);
3399 exception);
3418 ExceptionInfo *exception)
3480 inputPixels = AcquirePixelCachePixels(image, &length, exception);
3483 image_view=AcquireAuthenticCacheView(image,exception);
3484 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception);
3487 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),CacheWarning,"UnableToReadPixelCache.","`%s'",image->filename);
3508 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clCreateBuffer failed.",".");
3515 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "AcquireOpenCLKernel failed.", ".");
3532 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clSetKernelArg failed.", ".");
3544 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEnv->library->clEnqueueNDRangeKernel failed.", ".");
3562 (void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "Reading output image from CL buffer failed.", ".");
3566 outputReady=SyncCacheViewAuthenticPixels(image_view,exception);
3588 ExceptionInfo *exception)
3597 assert(exception != (ExceptionInfo *) NULL);
3605 clEnv=getOpenCLEnvironment(exception);
3610 percent_saturation,colorspace,exception);
3628 ExceptionInfo *exception)
3709 image_view=AcquireAuthenticCacheView(image,exception);
3710 inputPixels=GetCacheViewAuthenticPixels(image_view,0,0,image->columns,image->rows,exception);
3713 (void) ThrowMagickException(exception,GetMagickModule(),CacheError,
3735 (void) ThrowMagickException(exception, GetMagickModule(),
3742 MagickTrue,exception);
3744 if (SetImageStorageClass(filteredImage,DirectClass,exception) != MagickTrue)
3746 (void) ThrowMagickException(exception, GetMagickModule(),
3750 filteredImage_view=AcquireAuthenticCacheView(filteredImage,exception);
3751 filteredPixels=GetCacheViewAuthenticPixels(filteredImage_view,0,0,filteredImage->columns,filteredImage->rows,exception);
3754 (void) ThrowMagickException(exception,GetMagickModule(),CacheError,
3775 (void) ThrowMagickException(exception, GetMagickModule(),
3786 (void) ThrowMagickException(exception, GetMagickModule(),
3796 (void) ThrowMagickException(exception, GetMagickModule(),
3808 (void) ThrowMagickException(exception, GetMagickModule(), ModuleFatalError,
3818 (void) ThrowMagickException(exception, GetMagickModule(),
3827 (void) ThrowMagickException(exception, GetMagickModule(),
3840 (void) ThrowMagickException(exception, GetMagickModule(), ModuleFatalError,
3850 (void) ThrowMagickException(exception, GetMagickModule(), ModuleFatalError,
3886 (void) ThrowMagickException(exception, GetMagickModule(), ModuleFatalError,
3903 (void) ThrowMagickException(exception, GetMagickModule(), ModuleFatalError,
3924 (void) ThrowMagickException(exception, GetMagickModule(), ModuleFatalError,
3928 outputReady=SyncCacheViewAuthenticPixels(filteredImage_view,exception);
3956 ExceptionInfo *exception)
3967 assert(exception != (ExceptionInfo *) NULL);
3972 clEnv=getOpenCLEnvironment(exception);
3977 exception);
3998 const float xFactor,ExceptionInfo *exception)
4119 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
4155 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
4166 (const size_t *) NULL,gsize,lsize,image,filteredImage,exception);
4180 const float yFactor,ExceptionInfo *exception)
4301 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
4337 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
4348 gsize,lsize,image,filteredImage,exception);
4360 const ResizeFilter *resizeFilter,ExceptionInfo *exception)
4405 exception);
4410 imageBuffer=GetAuthenticOpenCLBuffer(image,device,exception);
4413 filteredImageBuffer=GetAuthenticOpenCLBuffer(filteredImage,device,exception);
4424 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
4439 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
4448 exception);
4456 exception);
4467 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
4476 exception);
4484 exception);
4523 const ResizeFilter *resizeFilter,ExceptionInfo *exception)
4532 assert(exception != (ExceptionInfo *) NULL);
4543 clEnv=getOpenCLEnvironment(exception);
4548 resizeFilter,exception);
4565 const double angle,ExceptionInfo *exception)
4617 filteredImage=cloneImage(image,exception);
4622 imageBuffer=GetAuthenticOpenCLBuffer(image,device,exception);
4625 filteredImageBuffer=GetAuthenticOpenCLBuffer(filteredImage,device,exception);
4661 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
4669 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
4687 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
4696 exception);
4717 const double angle,ExceptionInfo *exception)
4726 assert(exception != (ExceptionInfo *) NULL);
4731 clEnv=getOpenCLEnvironment(exception);
4735 filteredImage=ComputeRotationalBlurImage(image,clEnv,angle,exception);
4753 const double threshold,ExceptionInfo *exception)
4810 filteredImage=cloneImage(image,exception);
4815 imageBuffer=GetAuthenticOpenCLBuffer(image,device,exception);
4818 filteredImageBuffer=GetAuthenticOpenCLBuffer(filteredImage,device,exception);
4823 exception);
4830 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
4838 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
4847 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
4870 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
4880 (const size_t *) NULL,gsize,lsize,image,filteredImage,exception);
4902 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
4912 (const size_t *) NULL,gsize,lsize,image,filteredImage,exception);
4936 const double threshold,ExceptionInfo *exception)
4983 filteredImage=cloneImage(image,exception);
4988 imageBuffer=GetAuthenticOpenCLBuffer(image,device,exception);
4991 filteredImageBuffer=GetAuthenticOpenCLBuffer(filteredImage,device,exception);
4996 exception);
5001 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
5026 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
5036 gsize,lsize,image,filteredImage,exception);
5056 const double threshold,ExceptionInfo *exception)
5065 assert(exception != (ExceptionInfo *) NULL);
5070 clEnv=getOpenCLEnvironment(exception);
5076 threshold,exception);
5079 threshold,exception);
5084 const double threshold,ExceptionInfo *exception)
5137 exception);
5142 imageBuffer=GetAuthenticOpenCLBuffer(image,device,exception);
5145 filteredImageBuffer=GetAuthenticOpenCLBuffer(filteredImage,device,exception);
5152 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
5176 (void) OpenCLThrowMagickException(device,exception,GetMagickModule(),
5186 gsize,lsize,image,filteredImage,exception);
5203 const double threshold,ExceptionInfo *exception)
5212 assert(exception != (ExceptionInfo *)NULL);
5217 clEnv=getOpenCLEnvironment(exception);
5221 filteredImage=ComputeWaveletDenoiseImage(image,clEnv,threshold,exception);