Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dcompare.c1461 x_pixel_sigma_squared[MaxPixelChannels+1], in GetStructuralSimilarityDistortion() local
1484 (void) memset(x_pixel_sigma_squared,0,sizeof(x_pixel_sigma_squared)); in GetStructuralSimilarityDistortion()
1486 (void) memset(x_pixel_sigma_squared,0,sizeof(y_pixel_sigma_squared)); in GetStructuralSimilarityDistortion()
1515 x_pixel_sigma_squared[i]+=(*k)*x_pixel*x_pixel; in GetStructuralSimilarityDistortion()
1552 x_pixel_sigmas_squared=x_pixel_sigma_squared[i]-x_pixel_mu_squared; in GetStructuralSimilarityDistortion()