Searched refs:SSIM (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/vp8/encoder/ |
D | ssim.c | 164 double SSIM = 0.; in calc_ssimg() local 170 SSIM += get_ssimg(org, rec, i, j, image_width, image_height, stride1, stride2); in calc_ssimg() 178 SSIM += get_ssimg(org, rec, i, j, image_width, image_height, stride1, stride2); in calc_ssimg() 183 SSIM += get_ssimfull_kernelg(org, rec, i, j, in calc_ssimg() 189 SSIM += get_ssimg(org, rec, i, j, image_width, image_height, stride1, stride2); in calc_ssimg() 197 SSIM += get_ssimg(org, rec, i, j, image_width, image_height, stride1, stride2); in calc_ssimg() 201 return SSIM; in calc_ssimg()
|
/external/libvpx/ |
D | CHANGELOG | 43 Best quality mode improved PSNR 6.3%, and SSIM 6.1%. This release 45 SSIM at the expense of PSNR. For now, this feature is available with 175 Over 7% overall PSNR improvement (6.3% SSIM) in "best" quality
|