Lines Matching refs:MaxPixelChannels
137 channel[MaxPixelChannels];
181 columns=MagickMax(number_images,MaxPixelChannels); in AcquirePixelThreadSet()
197 for (k=0; k < MaxPixelChannels; k++) in AcquirePixelThreadSet()
230 for (i=0; i < MaxPixelChannels; i++) in IntensityCompare()
623 for (i=0; i < MaxPixelChannels; i++) in EvaluateImages()
731 for (i=0; i < MaxPixelChannels; i++) in EvaluateImages()
1467 M00[MaxPixelChannels+1], in GetImageMoments()
1468 M01[MaxPixelChannels+1], in GetImageMoments()
1469 M02[MaxPixelChannels+1], in GetImageMoments()
1470 M03[MaxPixelChannels+1], in GetImageMoments()
1471 M10[MaxPixelChannels+1], in GetImageMoments()
1472 M11[MaxPixelChannels+1], in GetImageMoments()
1473 M12[MaxPixelChannels+1], in GetImageMoments()
1474 M20[MaxPixelChannels+1], in GetImageMoments()
1475 M21[MaxPixelChannels+1], in GetImageMoments()
1476 M22[MaxPixelChannels+1], in GetImageMoments()
1477 M30[MaxPixelChannels+1]; in GetImageMoments()
1480 centroid[MaxPixelChannels+1]; in GetImageMoments()
1490 channel_moments=(ChannelMoments *) AcquireQuantumMemory(MaxPixelChannels+1, in GetImageMoments()
1494 (void) memset(channel_moments,0,(MaxPixelChannels+1)* in GetImageMoments()
1537 M00[MaxPixelChannels]+=QuantumScale*p[i]; in GetImageMoments()
1539 M10[MaxPixelChannels]+=x*QuantumScale*p[i]; in GetImageMoments()
1541 M01[MaxPixelChannels]+=y*QuantumScale*p[i]; in GetImageMoments()
1546 for (channel=0; channel <= MaxPixelChannels; channel++) in GetImageMoments()
1583 M11[MaxPixelChannels]+=(x-centroid[channel].x)*(y-centroid[channel].y)* in GetImageMoments()
1587 M20[MaxPixelChannels]+=(x-centroid[channel].x)*(x-centroid[channel].x)* in GetImageMoments()
1591 M02[MaxPixelChannels]+=(y-centroid[channel].y)*(y-centroid[channel].y)* in GetImageMoments()
1595 M21[MaxPixelChannels]+=(x-centroid[channel].x)*(x-centroid[channel].x)* in GetImageMoments()
1599 M12[MaxPixelChannels]+=(x-centroid[channel].x)*(y-centroid[channel].y)* in GetImageMoments()
1603 M22[MaxPixelChannels]+=(x-centroid[channel].x)*(x-centroid[channel].x)* in GetImageMoments()
1607 M30[MaxPixelChannels]+=(x-centroid[channel].x)*(x-centroid[channel].x)* in GetImageMoments()
1611 M03[MaxPixelChannels]+=(y-centroid[channel].y)*(y-centroid[channel].y)* in GetImageMoments()
1617 M00[MaxPixelChannels]/=GetImageChannels(image); in GetImageMoments()
1618 M01[MaxPixelChannels]/=GetImageChannels(image); in GetImageMoments()
1619 M02[MaxPixelChannels]/=GetImageChannels(image); in GetImageMoments()
1620 M03[MaxPixelChannels]/=GetImageChannels(image); in GetImageMoments()
1621 M10[MaxPixelChannels]/=GetImageChannels(image); in GetImageMoments()
1622 M11[MaxPixelChannels]/=GetImageChannels(image); in GetImageMoments()
1623 M12[MaxPixelChannels]/=GetImageChannels(image); in GetImageMoments()
1624 M20[MaxPixelChannels]/=GetImageChannels(image); in GetImageMoments()
1625 M21[MaxPixelChannels]/=GetImageChannels(image); in GetImageMoments()
1626 M22[MaxPixelChannels]/=GetImageChannels(image); in GetImageMoments()
1627 M30[MaxPixelChannels]/=GetImageChannels(image); in GetImageMoments()
1628 for (channel=0; channel <= MaxPixelChannels; channel++) in GetImageMoments()
1674 for (channel=0; channel <= MaxPixelChannels; channel++) in GetImageMoments()
1692 for (channel=0; channel <= MaxPixelChannels; channel++) in GetImageMoments()
1791 MaxPixelChannels+1UL,sizeof(*perceptual_hash)); in GetImagePerceptualHash()
1837 for (channel=0; channel <= MaxPixelChannels; channel++) in GetImagePerceptualHash()
2102 MaxPixelChannels+1,sizeof(*channel_statistics)); in GetImageStatistics()
2113 (void) memset(channel_statistics,0,(MaxPixelChannels+1)* in GetImageStatistics()
2115 for (i=0; i <= (ssize_t) MaxPixelChannels; i++) in GetImageStatistics()
2200 for (i=0; i <= (ssize_t) MaxPixelChannels; i++) in GetImageStatistics()
2249 for (i=0; i <= (ssize_t) MaxPixelChannels; i++) in GetImageStatistics()
2324 for (i=0; i < (ssize_t) MaxPixelChannels; i++) in GetImageStatistics()
2476 for (i=0; i < MaxPixelChannels; i++) in PolynomialImage()