Home | History | Annotate | Download | only in enc

Lines Matching full:best_score

563   score_t best_score;
587 best_score = RDScoreTrellis(lambda, cost, 0);
671 if (score < best_score) {
672 best_score = score;
1084 score_t best_score = MAX_COST;
1093 if (score < best_score) {
1095 best_score = score;
1126 if (score_i4 >= best_score) break;
1128 if (score_i4 < best_score) {