Searched refs:_ssim (Results 1 – 1 of 1) sorted by relevance
444 static double convert_ssim_db(double _ssim, double _weight) { in convert_ssim_db() argument445 return 10 * (log10(_weight) - log10(_weight - _ssim)); in convert_ssim_db()