Home | History | Annotate | Download | only in enc

Lines Matching full:best_score

497   score_t best_score;
522 best_score = RDScoreTrellis(lambda, cost, max_error);
603 if (score < best_score) {
604 best_score = score;
963 score_t best_score = MAX_COST;
972 if (score < best_score) {
974 best_score = score;
1005 if (score_i4 >= best_score) break;
1007 if (score_i4 < best_score) {