Home
last modified time | relevance | path

Searched refs:prev_score (Results 1 – 25 of 127) sorted by relevance

123456

/dports/biology/exonerate/exonerate-2.4.0/src/c4/
H A Dopair.c30 opair->prev_score = C4_IMPOSSIBLY_HIGH_SCORE; in OPair_create()
48 if(alignment->score > opair->prev_score) in OPair_next_path()
50 alignment->score, opair->prev_score); in OPair_next_path()
51 g_assert(alignment->score <= opair->prev_score); in OPair_next_path()
52 opair->prev_score = alignment->score; in OPair_next_path()
/dports/textproc/fzy/fzy-1.0/src/
H A Dmatch.c107 score_t prev_score = SCORE_MIN; in match_positions() local
123 M[i][j] = prev_score = max(score, prev_score + gap_score); in match_positions()
126 M[i][j] = prev_score = prev_score + gap_score; in match_positions()
/dports/textproc/py-nltk/nltk-3.4.1/nltk/metrics/
H A Dspearman.py59 prev_score = None
63 if abs(score - prev_score) > rank_gap:
69 prev_score = score
/dports/biology/exonerate/exonerate-2.4.0/src/bsdp/
H A Dbsdp.c642 register C4_Score prev_score, confirmed_score; in BSDP_path_confirm() local
668 prev_score = bsdp_edge->join_score; in BSDP_path_confirm()
674 prev_score, in BSDP_path_confirm()
678 if(bsdp_edge->join_score != prev_score) in BSDP_path_confirm()
689 prev_score = first_node->start_score; in BSDP_path_confirm()
692 prev_score, first_node->start_mailbox); in BSDP_path_confirm()
695 if(first_node->start_score != prev_score) in BSDP_path_confirm()
713 prev_score = bsdp_node->end_score; in BSDP_path_confirm()
716 prev_score, bsdp_node->end_mailbox); in BSDP_path_confirm()
717 g_assert(bsdp_node->end_score <= prev_score); in BSDP_path_confirm()
[all …]
/dports/deskutils/gpicker/gpicker-2.3/
H A Dscorer.c236 int prev_score; in score_string_prepared_inline() local
240 prev_score = state[i-1][k-1].score; in score_string_prepared_inline()
242 state[i][k].score = prev_score; in score_string_prepared_inline()
244 state[i][k].this_score = prev_score; in score_string_prepared_inline()
254 if (prev_score < 0) in score_string_prepared_inline()
264 this_score = prev_score + amount; in score_string_prepared_inline()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/gst/ivtc/
H A Dgstivtc.c567 int prev_score, next_score; in gst_ivtc_construct_frame() local
579 prev_score = similarity (ivtc, anchor_index - 1, anchor_index); in gst_ivtc_construct_frame()
586 if (prev_score < THRESHOLD) { in gst_ivtc_construct_frame()
587 if (forward_ok && next_score < prev_score) { in gst_ivtc_construct_frame()
591 if (prev_score >= THRESHOLD / 2) { in gst_ivtc_construct_frame()
592 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
599 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
608 if (prev_score < THRESHOLD * 2 || next_score < THRESHOLD * 2) { in gst_ivtc_construct_frame()
609 GST_INFO ("borderline single (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/gst/ivtc/
H A Dgstivtc.c567 int prev_score, next_score; in gst_ivtc_construct_frame() local
579 prev_score = similarity (ivtc, anchor_index - 1, anchor_index); in gst_ivtc_construct_frame()
586 if (prev_score < THRESHOLD) { in gst_ivtc_construct_frame()
587 if (forward_ok && next_score < prev_score) { in gst_ivtc_construct_frame()
591 if (prev_score >= THRESHOLD / 2) { in gst_ivtc_construct_frame()
592 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
599 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
608 if (prev_score < THRESHOLD * 2 || next_score < THRESHOLD * 2) { in gst_ivtc_construct_frame()
609 GST_INFO ("borderline single (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/gst/ivtc/
H A Dgstivtc.c567 int prev_score, next_score; in gst_ivtc_construct_frame() local
579 prev_score = similarity (ivtc, anchor_index - 1, anchor_index); in gst_ivtc_construct_frame()
586 if (prev_score < THRESHOLD) { in gst_ivtc_construct_frame()
587 if (forward_ok && next_score < prev_score) { in gst_ivtc_construct_frame()
591 if (prev_score >= THRESHOLD / 2) { in gst_ivtc_construct_frame()
592 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
599 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
608 if (prev_score < THRESHOLD * 2 || next_score < THRESHOLD * 2) { in gst_ivtc_construct_frame()
609 GST_INFO ("borderline single (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/gst/ivtc/
H A Dgstivtc.c567 int prev_score, next_score; in gst_ivtc_construct_frame() local
579 prev_score = similarity (ivtc, anchor_index - 1, anchor_index); in gst_ivtc_construct_frame()
586 if (prev_score < THRESHOLD) { in gst_ivtc_construct_frame()
587 if (forward_ok && next_score < prev_score) { in gst_ivtc_construct_frame()
591 if (prev_score >= THRESHOLD / 2) { in gst_ivtc_construct_frame()
592 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
599 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
608 if (prev_score < THRESHOLD * 2 || next_score < THRESHOLD * 2) { in gst_ivtc_construct_frame()
609 GST_INFO ("borderline single (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/gst/ivtc/
H A Dgstivtc.c567 int prev_score, next_score; in gst_ivtc_construct_frame() local
579 prev_score = similarity (ivtc, anchor_index - 1, anchor_index); in gst_ivtc_construct_frame()
586 if (prev_score < THRESHOLD) { in gst_ivtc_construct_frame()
587 if (forward_ok && next_score < prev_score) { in gst_ivtc_construct_frame()
591 if (prev_score >= THRESHOLD / 2) { in gst_ivtc_construct_frame()
592 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
599 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
608 if (prev_score < THRESHOLD * 2 || next_score < THRESHOLD * 2) { in gst_ivtc_construct_frame()
609 GST_INFO ("borderline single (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/gst/ivtc/
H A Dgstivtc.c567 int prev_score, next_score; in gst_ivtc_construct_frame() local
579 prev_score = similarity (ivtc, anchor_index - 1, anchor_index); in gst_ivtc_construct_frame()
586 if (prev_score < THRESHOLD) { in gst_ivtc_construct_frame()
587 if (forward_ok && next_score < prev_score) { in gst_ivtc_construct_frame()
591 if (prev_score >= THRESHOLD / 2) { in gst_ivtc_construct_frame()
592 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
599 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
608 if (prev_score < THRESHOLD * 2 || next_score < THRESHOLD * 2) { in gst_ivtc_construct_frame()
609 GST_INFO ("borderline single (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/gst/ivtc/
H A Dgstivtc.c567 int prev_score, next_score; in gst_ivtc_construct_frame() local
579 prev_score = similarity (ivtc, anchor_index - 1, anchor_index); in gst_ivtc_construct_frame()
586 if (prev_score < THRESHOLD) { in gst_ivtc_construct_frame()
587 if (forward_ok && next_score < prev_score) { in gst_ivtc_construct_frame()
591 if (prev_score >= THRESHOLD / 2) { in gst_ivtc_construct_frame()
592 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
599 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
608 if (prev_score < THRESHOLD * 2 || next_score < THRESHOLD * 2) { in gst_ivtc_construct_frame()
609 GST_INFO ("borderline single (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
/dports/multimedia/gstreamer1-plugins-ttml/gst-plugins-bad-1.16.2/gst/ivtc/
H A Dgstivtc.c567 int prev_score, next_score; in gst_ivtc_construct_frame() local
579 prev_score = similarity (ivtc, anchor_index - 1, anchor_index); in gst_ivtc_construct_frame()
586 if (prev_score < THRESHOLD) { in gst_ivtc_construct_frame()
587 if (forward_ok && next_score < prev_score) { in gst_ivtc_construct_frame()
591 if (prev_score >= THRESHOLD / 2) { in gst_ivtc_construct_frame()
592 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
599 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
608 if (prev_score < THRESHOLD * 2 || next_score < THRESHOLD * 2) { in gst_ivtc_construct_frame()
609 GST_INFO ("borderline single (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/gst/ivtc/
H A Dgstivtc.c567 int prev_score, next_score; in gst_ivtc_construct_frame() local
579 prev_score = similarity (ivtc, anchor_index - 1, anchor_index); in gst_ivtc_construct_frame()
586 if (prev_score < THRESHOLD) { in gst_ivtc_construct_frame()
587 if (forward_ok && next_score < prev_score) { in gst_ivtc_construct_frame()
591 if (prev_score >= THRESHOLD / 2) { in gst_ivtc_construct_frame()
592 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
599 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
608 if (prev_score < THRESHOLD * 2 || next_score < THRESHOLD * 2) { in gst_ivtc_construct_frame()
609 GST_INFO ("borderline single (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/gst/ivtc/
H A Dgstivtc.c567 int prev_score, next_score; in gst_ivtc_construct_frame() local
579 prev_score = similarity (ivtc, anchor_index - 1, anchor_index); in gst_ivtc_construct_frame()
586 if (prev_score < THRESHOLD) { in gst_ivtc_construct_frame()
587 if (forward_ok && next_score < prev_score) { in gst_ivtc_construct_frame()
591 if (prev_score >= THRESHOLD / 2) { in gst_ivtc_construct_frame()
592 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
599 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
608 if (prev_score < THRESHOLD * 2 || next_score < THRESHOLD * 2) { in gst_ivtc_construct_frame()
609 GST_INFO ("borderline single (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/gst/ivtc/
H A Dgstivtc.c567 int prev_score, next_score; in gst_ivtc_construct_frame() local
579 prev_score = similarity (ivtc, anchor_index - 1, anchor_index); in gst_ivtc_construct_frame()
586 if (prev_score < THRESHOLD) { in gst_ivtc_construct_frame()
587 if (forward_ok && next_score < prev_score) { in gst_ivtc_construct_frame()
591 if (prev_score >= THRESHOLD / 2) { in gst_ivtc_construct_frame()
592 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
599 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
608 if (prev_score < THRESHOLD * 2 || next_score < THRESHOLD * 2) { in gst_ivtc_construct_frame()
609 GST_INFO ("borderline single (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/gst/ivtc/
H A Dgstivtc.c567 int prev_score, next_score; in gst_ivtc_construct_frame() local
579 prev_score = similarity (ivtc, anchor_index - 1, anchor_index); in gst_ivtc_construct_frame()
586 if (prev_score < THRESHOLD) { in gst_ivtc_construct_frame()
587 if (forward_ok && next_score < prev_score) { in gst_ivtc_construct_frame()
591 if (prev_score >= THRESHOLD / 2) { in gst_ivtc_construct_frame()
592 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
599 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
608 if (prev_score < THRESHOLD * 2 || next_score < THRESHOLD * 2) { in gst_ivtc_construct_frame()
609 GST_INFO ("borderline single (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/gst/ivtc/
H A Dgstivtc.c567 int prev_score, next_score; in gst_ivtc_construct_frame() local
579 prev_score = similarity (ivtc, anchor_index - 1, anchor_index); in gst_ivtc_construct_frame()
586 if (prev_score < THRESHOLD) { in gst_ivtc_construct_frame()
587 if (forward_ok && next_score < prev_score) { in gst_ivtc_construct_frame()
591 if (prev_score >= THRESHOLD / 2) { in gst_ivtc_construct_frame()
592 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
599 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
608 if (prev_score < THRESHOLD * 2 || next_score < THRESHOLD * 2) { in gst_ivtc_construct_frame()
609 GST_INFO ("borderline single (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/gst/ivtc/
H A Dgstivtc.c567 int prev_score, next_score; in gst_ivtc_construct_frame() local
579 prev_score = similarity (ivtc, anchor_index - 1, anchor_index); in gst_ivtc_construct_frame()
586 if (prev_score < THRESHOLD) { in gst_ivtc_construct_frame()
587 if (forward_ok && next_score < prev_score) { in gst_ivtc_construct_frame()
591 if (prev_score >= THRESHOLD / 2) { in gst_ivtc_construct_frame()
592 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
599 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
608 if (prev_score < THRESHOLD * 2 || next_score < THRESHOLD * 2) { in gst_ivtc_construct_frame()
609 GST_INFO ("borderline single (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
/dports/multimedia/gstreamer1-plugins-libde265/gst-plugins-bad-1.16.2/gst/ivtc/
H A Dgstivtc.c567 int prev_score, next_score; in gst_ivtc_construct_frame() local
579 prev_score = similarity (ivtc, anchor_index - 1, anchor_index); in gst_ivtc_construct_frame()
586 if (prev_score < THRESHOLD) { in gst_ivtc_construct_frame()
587 if (forward_ok && next_score < prev_score) { in gst_ivtc_construct_frame()
591 if (prev_score >= THRESHOLD / 2) { in gst_ivtc_construct_frame()
592 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
599 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
608 if (prev_score < THRESHOLD * 2 || next_score < THRESHOLD * 2) { in gst_ivtc_construct_frame()
609 GST_INFO ("borderline single (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/gst/ivtc/
H A Dgstivtc.c567 int prev_score, next_score; in gst_ivtc_construct_frame() local
579 prev_score = similarity (ivtc, anchor_index - 1, anchor_index); in gst_ivtc_construct_frame()
586 if (prev_score < THRESHOLD) { in gst_ivtc_construct_frame()
587 if (forward_ok && next_score < prev_score) { in gst_ivtc_construct_frame()
591 if (prev_score >= THRESHOLD / 2) { in gst_ivtc_construct_frame()
592 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
599 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
608 if (prev_score < THRESHOLD * 2 || next_score < THRESHOLD * 2) { in gst_ivtc_construct_frame()
609 GST_INFO ("borderline single (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/gst/ivtc/
H A Dgstivtc.c567 int prev_score, next_score; in gst_ivtc_construct_frame() local
579 prev_score = similarity (ivtc, anchor_index - 1, anchor_index); in gst_ivtc_construct_frame()
586 if (prev_score < THRESHOLD) { in gst_ivtc_construct_frame()
587 if (forward_ok && next_score < prev_score) { in gst_ivtc_construct_frame()
591 if (prev_score >= THRESHOLD / 2) { in gst_ivtc_construct_frame()
592 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
599 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
608 if (prev_score < THRESHOLD * 2 || next_score < THRESHOLD * 2) { in gst_ivtc_construct_frame()
609 GST_INFO ("borderline single (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
/dports/multimedia/gstreamer1-plugins-mpeg2enc/gst-plugins-bad-1.16.2/gst/ivtc/
H A Dgstivtc.c567 int prev_score, next_score; in gst_ivtc_construct_frame() local
579 prev_score = similarity (ivtc, anchor_index - 1, anchor_index); in gst_ivtc_construct_frame()
586 if (prev_score < THRESHOLD) { in gst_ivtc_construct_frame()
587 if (forward_ok && next_score < prev_score) { in gst_ivtc_construct_frame()
591 if (prev_score >= THRESHOLD / 2) { in gst_ivtc_construct_frame()
592 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
599 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
608 if (prev_score < THRESHOLD * 2 || next_score < THRESHOLD * 2) { in gst_ivtc_construct_frame()
609 GST_INFO ("borderline single (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
/dports/audio/gstreamer1-plugins-modplug/gst-plugins-bad-1.16.2/gst/ivtc/
H A Dgstivtc.c567 int prev_score, next_score; in gst_ivtc_construct_frame() local
579 prev_score = similarity (ivtc, anchor_index - 1, anchor_index); in gst_ivtc_construct_frame()
586 if (prev_score < THRESHOLD) { in gst_ivtc_construct_frame()
587 if (forward_ok && next_score < prev_score) { in gst_ivtc_construct_frame()
591 if (prev_score >= THRESHOLD / 2) { in gst_ivtc_construct_frame()
592 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
599 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
608 if (prev_score < THRESHOLD * 2 || next_score < THRESHOLD * 2) { in gst_ivtc_construct_frame()
609 GST_INFO ("borderline single (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
/dports/audio/gstreamer1-plugins-soundtouch/gst-plugins-bad-1.16.2/gst/ivtc/
H A Dgstivtc.c567 int prev_score, next_score; in gst_ivtc_construct_frame() local
579 prev_score = similarity (ivtc, anchor_index - 1, anchor_index); in gst_ivtc_construct_frame()
586 if (prev_score < THRESHOLD) { in gst_ivtc_construct_frame()
587 if (forward_ok && next_score < prev_score) { in gst_ivtc_construct_frame()
591 if (prev_score >= THRESHOLD / 2) { in gst_ivtc_construct_frame()
592 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
599 GST_INFO ("borderline prev (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()
608 if (prev_score < THRESHOLD * 2 || next_score < THRESHOLD * 2) { in gst_ivtc_construct_frame()
609 GST_INFO ("borderline single (%d, %d)", prev_score, next_score); in gst_ivtc_construct_frame()

123456