/external/ImageMagick/MagickCore/ |
D | statistic.c | 183 for (k=0; k < MaxPixelChannels; k++) in AcquirePixelThreadSet() 216 for (i=0; i < MaxPixelChannels; i++) in IntensityCompare() 527 for (k=0; k < MaxPixelChannels; k++) in EvaluateImages() 627 for (i=0; i < MaxPixelChannels; i++) in EvaluateImages() 1484 M00[MaxPixelChannels+1], in GetImageMoments() 1485 M01[MaxPixelChannels+1], in GetImageMoments() 1486 M02[MaxPixelChannels+1], in GetImageMoments() 1487 M03[MaxPixelChannels+1], in GetImageMoments() 1488 M10[MaxPixelChannels+1], in GetImageMoments() 1489 M11[MaxPixelChannels+1], in GetImageMoments() [all …]
|
D | pixel.h | 27 #define MaxPixelChannels 32 macro 89 IntensityPixelChannel = MaxPixelChannels, /* ???? */ 90 CompositePixelChannel = MaxPixelChannels, /* ???? */ 91 SyncPixelChannel = MaxPixelChannels+1 /* not a real channel */
|
D | compare.c | 382 channel_distortion[MaxPixelChannels+1]; in GetAbsoluteDistortion() 451 for (j=0; j <= MaxPixelChannels; j++) in GetAbsoluteDistortion() 491 channel_distortion[MaxPixelChannels+1]; in GetFuzzDistortion() 551 for (j=0; j <= MaxPixelChannels; j++) in GetFuzzDistortion() 556 for (j=0; j <= MaxPixelChannels; j++) in GetFuzzDistortion() 595 channel_distortion[MaxPixelChannels+1]; in GetMeanAbsoluteDistortion() 655 for (j=0; j <= MaxPixelChannels; j++) in GetMeanAbsoluteDistortion() 660 for (j=0; j <= MaxPixelChannels; j++) in GetMeanAbsoluteDistortion() 794 channel_distortion[MaxPixelChannels+1]; in GetMeanSquaredDistortion() 854 for (j=0; j <= MaxPixelChannels; j++) in GetMeanSquaredDistortion() [all …]
|
D | cache-view.c | 717 (void) memset(pixel,0,MaxPixelChannels*sizeof(*pixel)); in GetOneCacheViewAuthenticPixel() 789 (void) memset(pixel,0,MaxPixelChannels*sizeof(*pixel)); in GetOneCacheViewVirtualPixel() 921 (void) memset(pixel,0,MaxPixelChannels*sizeof(*pixel)); in GetOneCacheViewVirtualMethodPixel()
|
D | distribute-cache.c | 496 sizeof(image->number_channels)+MaxPixelChannels*sizeof(*image->channel_map)+ in OpenDistributeCache() 521 (void) memcpy(image->channel_map,p,MaxPixelChannels* in OpenDistributeCache() 523 p+=MaxPixelChannels*sizeof(*image->channel_map); in OpenDistributeCache() 1172 (void) memcpy(p,image->channel_map,MaxPixelChannels* in OpenDistributePixelCache() 1174 p+=MaxPixelChannels*sizeof(*image->channel_map); in OpenDistributePixelCache()
|
D | identify.c | 148 MaxPixelChannels+1,sizeof(*channel_statistics)); in GetLocationStatistics() 151 (void) ResetMagickMemory(channel_statistics,0,(MaxPixelChannels+1)* in GetLocationStatistics() 153 for (i=0; i <= (ssize_t) MaxPixelChannels; i++) in GetLocationStatistics() 812 (void) PrintChannelStatistics(file,(PixelChannel) MaxPixelChannels, in IdentifyImage() 860 (void) PrintChannelMoments(file,(PixelChannel) MaxPixelChannels, in IdentifyImage()
|
D | cache-private.h | 153 channel_map[MaxPixelChannels];
|
D | threshold.c | 235 channel_bias[MaxPixelChannels], in AdaptiveThresholdImage() 236 channel_sum[MaxPixelChannels]; in AdaptiveThresholdImage() 1347 for (i=0; i < MaxPixelChannels; i++) in OrderedDitherImage() 1351 for (i=0; (*p != '\0') && (i < MaxPixelChannels); i++) in OrderedDitherImage() 1358 for (i=0; i < MaxPixelChannels; i++) in OrderedDitherImage()
|
D | cache.c | 1777 (void) memset(pixel,0,MaxPixelChannels*sizeof(*pixel)); in GetOneAuthenticPixel() 1835 (void) memset(pixel,0,MaxPixelChannels*sizeof(*pixel)); in GetOneAuthenticPixelFromCache() 1889 (void) memset(pixel,0,MaxPixelChannels*sizeof(*pixel)); in GetOneVirtualPixel() 1953 (void) memset(pixel,0,MaxPixelChannels*sizeof(*pixel)); in GetOneVirtualPixelFromCache() 2588 virtual_pixel[MaxPixelChannels]; in GetVirtualPixelsFromNexus() 3452 (void) memcpy(cache_info->channel_map,image->channel_map,MaxPixelChannels* in OpenPixelCache()
|
D | pixel.c | 101 channel_map=(PixelChannelMap *) AcquireQuantumMemory(MaxPixelChannels, in AcquirePixelChannelMap() 105 (void) ResetMagickMemory(channel_map,0,MaxPixelChannels*sizeof(*channel_map)); in AcquirePixelChannelMap() 106 for (i=0; i < MaxPixelChannels; i++) in AcquirePixelChannelMap() 142 (void) CopyMagickMemory(clone_map,channel_map,MaxPixelChannels* in ClonePixelChannelMap() 4426 (void) ResetMagickMemory(image->channel_map,0,MaxPixelChannels* in InitializePixelChannelMap() 4454 assert((n+image->number_meta_channels) < MaxPixelChannels); in InitializePixelChannelMap()
|
D | composite.c | 403 source[MaxPixelChannels]; in CompositeOverImage() 1312 source[MaxPixelChannels];
|
D | stream.c | 454 (void) memset(pixel,0,MaxPixelChannels*sizeof(*pixel)); in GetOneAuthenticPixelFromStream() 518 (void) memset(pixel,0,MaxPixelChannels*sizeof(*pixel)); in GetOneVirtualPixelFromStream()
|
D | fx.c | 1496 quantum_pixel[MaxPixelChannels]; in FxGetSymbol() 1680 quantum_pixel[MaxPixelChannels]; in FxGetSymbol()
|
D | option.c | 2770 if ((q == token) || (channel < 0) || (channel >= MaxPixelChannels)) in ParsePixelChannelOption()
|
D | feature.c | 677 length=MaxPixelChannels+1UL; in GetImageFeatures()
|
D | effect.c | 1544 mean[MaxPixelChannels], in KuwaharaImage()
|
/external/ImageMagick/MagickWand/ |
D | compare.c | 1139 QuantumRange*channel_distortion[MaxPixelChannels], in CompareImagesCommand() 1140 channel_distortion[MaxPixelChannels]); in CompareImagesCommand() 1190 channel_distortion[MaxPixelChannels]); in CompareImagesCommand() 1196 channel_distortion[MaxPixelChannels], in CompareImagesCommand()
|
/external/ImageMagick/coders/ |
D | json.c | 286 MaxPixelChannels+1,sizeof(*channel_statistics)); in GetLocationStatistics() 289 (void) ResetMagickMemory(channel_statistics,0,(MaxPixelChannels+1)* in GetLocationStatistics() 291 for (i=0; i <= (ssize_t) MaxPixelChannels; i++) in GetLocationStatistics() 943 (void) PrintChannelStatistics(file,(PixelChannel) MaxPixelChannels, in EncodeImageAttributes()
|