Searched refs:_score (Results 1 – 1 of 1) sorted by relevance
88 static double convert_score_db(double _score, double _weight) { in convert_score_db() argument89 return 10 * (log10(255 * 255) - log10(_weight * _score)); in convert_score_db()