Lines Matching refs:ssim_total
129 double ssim_total = 0; in vpx_ssim2() local
136 ssim_total += v; in vpx_ssim2()
140 ssim_total /= samples; in vpx_ssim2()
141 return ssim_total; in vpx_ssim2()
150 double ssim_total = 0; in vpx_highbd_ssim2() local
159 ssim_total += v; in vpx_highbd_ssim2()
163 ssim_total /= samples; in vpx_highbd_ssim2()
164 return ssim_total; in vpx_highbd_ssim2()
275 double ssim_total = 0; in vpx_get_ssim_metrics() local
409 ssim_total += ssim; in vpx_get_ssim_metrics()
419 ssim_total *= norm; in vpx_get_ssim_metrics()
422 m->ssim = ssim_total; in vpx_get_ssim_metrics()