Lines Matching defs:file_best_idx
2501 int file_best_score = 0, file_best_idx = -1;
2517 file_best_idx = ifile->ist_index + i;
2520 if (file_best_idx >= 0) {
2522 file_best_score -= 5000000*!!(input_streams[file_best_idx]->st->disposition & AV_DISPOSITION_DEFAULT);
2525 idx = file_best_idx;
2538 int file_best_score = 0, file_best_idx = -1;
2550 file_best_idx = ifile->ist_index + i;
2553 if (file_best_idx >= 0) {
2554 file_best_score -= 5000000*!!(input_streams[file_best_idx]->st->disposition & AV_DISPOSITION_DEFAULT);
2557 idx = file_best_idx;