Lines Matching refs:reconstruct_statistics
941 *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()
1118 reconstruct_statistics); in GetNormalizedCrossCorrelationDistortion()