Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c444 static double convert_ssim_db(double _ssim, double _weight) { in convert_ssim_db() argument
445 return 10 * (log10(_weight) - log10(_weight - _ssim)); in convert_ssim_db()