Searched refs:av_weight (Results 1 – 1 of 1) sorted by relevance
246 const double av_weight = stats->weight / stats->count; in calculate_mod_frame_score() local247 const double av_err = (stats->coded_error * av_weight) / stats->count; in calculate_mod_frame_score()268 const double av_weight = stats->weight / stats->count; in calculate_norm_frame_score() local269 const double av_err = (stats->coded_error * av_weight) / stats->count; in calculate_norm_frame_score()