Lines Matching defs:score
1203 int score, fec_score, dvhs_score;
1218 score = analyze(buf, buf_size, TS_PACKET_SIZE, 0);
1221 av_log(s, AV_LOG_TRACE, "Probe: %d, score: %d, dvhs_score: %d, fec_score: %d \n",
1222 buf_size, score, dvhs_score, fec_score);
1224 margin = mid_pred(score, fec_score, dvhs_score);
1229 if (score > margin)
3674 int score = analyze(p->buf + TS_PACKET_SIZE *i, TS_PACKET_SIZE *left, TS_PACKET_SIZE , 1);
3677 score = FFMAX3(score, dvhs_score, fec_score);
3678 sumscore += score;
3679 maxscore = FFMAX(maxscore, score);
3685 ff_dlog(0, "TS score: %d %d\n", sumscore, maxscore);