Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dcompare.c1464 y_pixel_sigma_squared[MaxPixelChannels+1]; in GetStructuralSimilarityDistortion() local
1486 (void) memset(x_pixel_sigma_squared,0,sizeof(y_pixel_sigma_squared)); in GetStructuralSimilarityDistortion()
1488 (void) memset(y_pixel_sigma_squared,0,sizeof(y_pixel_sigma_squared)); in GetStructuralSimilarityDistortion()
1519 y_pixel_sigma_squared[i]+=(*k)*y_pixel*y_pixel; in GetStructuralSimilarityDistortion()
1553 y_pixel_sigmas_squared=y_pixel_sigma_squared[i]-y_pixel_mu_squared; in GetStructuralSimilarityDistortion()