#include "contributors.h"
#include "global.h"
#include "img_distortion.h"
#include "enc_statistics.h"
Go to the source code of this file.
Functions | |
float | compute_ssim (ImageParameters *p_Img, InputParameters *p_Inp, imgpel **refImg, imgpel **encImg, int height, int width, int win_height, int win_width, int comp) |
void | find_ssim (ImageParameters *p_Img, InputParameters *p_Inp, ImageStructure *ref, ImageStructure *src, DistMetric *metricSSIM) |
Definition in file img_dist_ssim.c.
void find_ssim | ( | ImageParameters * | p_Img, | |
InputParameters * | p_Inp, | |||
ImageStructure * | ref, | |||
ImageStructure * | src, | |||
DistMetric * | metricSSIM | |||
) |
Find SSIM for all three components.
Definition at line 97 of file img_dist_ssim.c.
References accumulate_average(), accumulate_avslice(), distortion_metric::value, and YUV400.