Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dcompare.c941 *reconstruct_statistics; in GetNormalizedCrossCorrelationDistortion() local
966 reconstruct_statistics=GetImageStatistics(reconstruct_image,exception); in GetNormalizedCrossCorrelationDistortion()
968 (reconstruct_statistics == (ChannelStatistics *) NULL)) in GetNormalizedCrossCorrelationDistortion()
973 if (reconstruct_statistics != (ChannelStatistics *) NULL) in GetNormalizedCrossCorrelationDistortion()
974 reconstruct_statistics=(ChannelStatistics *) RelinquishMagickMemory( in GetNormalizedCrossCorrelationDistortion()
975 reconstruct_statistics); in GetNormalizedCrossCorrelationDistortion()
1064 reconstruct_statistics[channel].mean); in GetNormalizedCrossCorrelationDistortion()
1071 reconstruct_statistics[channel].mean); in GetNormalizedCrossCorrelationDistortion()
1107 reconstruct_statistics[channel].standard_deviation; in GetNormalizedCrossCorrelationDistortion()
1117 reconstruct_statistics=(ChannelStatistics *) RelinquishMagickMemory( in GetNormalizedCrossCorrelationDistortion()
[all …]