Home
last modified time | relevance | path

Searched refs:seqGap (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/jitsi-videobridge/jitsi-videobridge-dbddd16/src/main/java/org/jitsi/videobridge/cc/vp8/
H A DVP8AdaptiveTrackProjectionContext.java201 private int seqGap(@NotNull VP8Frame frame1, @NotNull VP8Frame frame2) in seqGap() method in VP8AdaptiveTrackProjectionContext
210 seqGap = 0; in seqGap()
218 seqGap--; in seqGap()
224 seqGap--; in seqGap()
226 if (!frame1.isAccepted() && seqGap > 0) in seqGap()
228 seqGap--; in seqGap()
232 return seqGap; in seqGap()
512 int seqGap = 0; in createInLayerProjection() local
528 seqGap += seqGap(f1, f2); in createInLayerProjection()
545 seqGap += -seqGap(f2, f1); in createInLayerProjection()
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/ajax/core/
H A Dajseqtype.c195 char seqGap = '-'; /* the (only) EMBOSS gap character */ variable
379 ajSeqGap(thys, seqGap, 0); in seqTypeTestI()
612 ajSeqGapS(pthys, seqGap); in ajSeqTypeCheckS()
630 ajSeqGapS(pthys, seqGap); in ajSeqTypeCheckS()
698 ajSeqGap(thys, seqGap, 0); in ajSeqTypeCheckIn()
718 ajSeqGap(thys, seqGap, 0); in ajSeqTypeCheckIn()