Lines Matching defs:nb_cd_matches
448 int nb_cd_matches = 0;
535 sizeof(*cd_tmp) * (nb_cd_matches + 1));
542 cd_matches[nb_cd_matches].cd = cd;
543 cd_matches[nb_cd_matches].prio = cd->prio;
549 cd_matches[nb_cd_matches].prio -= slow_penalties[i][1];
554 cd_matches[nb_cd_matches].prio += 64;
558 cd_matches[nb_cd_matches].prio += 64;
562 cd_matches[nb_cd_matches].prio += 64;
568 cd_matches[nb_cd_matches].prio += 16*max_factor;
570 nb_cd_matches++;
582 av_bprintf(&bp, ", found %i matches%s", nb_cd_matches,
583 nb_cd_matches ? ":" : ".");
587 if (!nb_cd_matches)
591 AV_QSORT(cd_matches, nb_cd_matches, TXCodeletMatch, cmp_matches);
596 for (int i = 0; i < nb_cd_matches; i++) {
611 for (int i = 0; i < nb_cd_matches; i++) {