Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dssim.c188 double ssim_all = 0; in vpx_calc_ssimg() local
205 ssim_all = (a * 4 + b + c) / 6; in vpx_calc_ssimg()
207 return ssim_all; in vpx_calc_ssimg()
484 double ssim_all = 0; in vpx_highbd_calc_ssimg() local
501 ssim_all = (a * 4 + b + c) / 6; in vpx_highbd_calc_ssimg()
503 return ssim_all; in vpx_highbd_calc_ssimg()