Home
last modified time | relevance | path

Searched defs:acf (Results 1 – 25 of 224) sorted by path

123456789

/dports/audio/ardour6/Ardour-6.8.0/libs/qm-dsp/dsp/tempotracking/
H A DTempoTrackV2.cpp198 d_vec_t acf(dfframe.size()); in get_rcf() local
/dports/audio/aubio/aubio-0.4.9/src/
H A Dmathutils.c658 smpl_t *data, *acf; in aubio_autocorr() local
/dports/audio/aubio/aubio-0.4.9/src/pitch/
H A Dpitchspecacf.c36 fvec_t *acf; /**< auto correlation function */ member
/dports/audio/aubio/aubio-0.4.9/src/tempo/
H A Dbeattracking.c41 …fvec_t *acf; /** vector for autocorrelation function (of current detection function fram… member
265 fvec_gettimesig (fvec_t * acf, uint_t acflen, uint_t gp) in fvec_gettimesig()
300 fvec_t *acf = bt->acf; in aubio_beattracking_checkstate() local
/dports/audio/exhale/exhale-7688ab502ecbd1203bde1e605676f7440cd9fd5e/src/lib/
H A DlinearPrediction.cpp93 int64_t* const acf = m_tempBuf; // correlation in calcParCorCoeffs() local
/dports/audio/festival/speech_tools/sigpr/
H A Dsigpr_frame.cc231 EST_FVector acf(lpc.length()), ref(lpc.length()); in sig2lpc() local
254 EST_FVector acf(ref.length()), lpc(ref.length()); in sig2ref() local
432 void sig2lpc(const EST_FVector &sig, EST_FVector &acf, in sig2lpc()
515 EST_FVector &acf, float *ref, float *lpc, in lpredict2()
/dports/audio/mixxx/mixxx-2.3.0/lib/qm-dsp/dsp/tempotracking/
H A DTempoTrackV2.cpp191 d_vec_t acf(dfframe_len); in get_rcf() local
/dports/audio/musepack/musepack_src_r475/mpcenc/
H A Dpredict.h50 double acf [MAX_LPC_ORDER + 1]; in CalculateLPCCoeffs() local
/dports/audio/py-aubio/aubio-0.4.9/src/pitch/
H A Dpitchspecacf.c36 fvec_t *acf; /**< auto correlation function */ member
/dports/audio/py-aubio/aubio-0.4.9/waflib/Tools/
H A Dc_aliases.py41 return feats
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/plugins/
H A DBeatTrack.cpp489 float* acf = unit->m_acf; in autocorr() local
520 float* acf = unit->m_acf - 1; in findtor() local
590 float* acf = unit->m_acf; in beatperiod() local
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/ext/qm-dsp/dsp/tempotracking/
H A DTempoTrackV2.cpp191 d_vec_t acf(dfframe_len); in get_rcf() local
/dports/biology/jalview/jalview/src/jalview/analysis/
H A DAlignmentUtils.java340 AlignedCodonFrame acf = new AlignedCodonFrame(); in mapProteinToCdna() local
H A DCrossRef.java816 SequenceI[] retrieved, AlignedCodonFrame acf, boolean fromDna) in updateDbrefMappings()
H A DDna.java203 AlignedCodonFrame acf = new AlignedCodonFrame(); in translateCdna() local
302 AlignedCodonFrame acf) in translateAlignedAnnotations()
437 String seqstring, AlignedCodonFrame acf, in translateCodingRegion()
/dports/biology/jalview/jalview/src/jalview/gui/
H A DAlignViewport.java924 protected boolean noReferencesTo(AlignedCodonFrame acf) in noReferencesTo()
/dports/biology/jalview/jalview/src/jalview/io/gff/
H A DExonerateHelper.java186 AlignedCodonFrame acf = getMapping(align, mapFromSequence, in processGffSimilarity() local
H A DGff3Helper.java202 AlignedCodonFrame acf = getMapping(align, seq, mappedSequence); in processNucleotideMatch() local
H A DGffHelperBase.java563 AlignedCodonFrame acf = align.getMapping(fromSeq, toSeq); in getMapping() local
/dports/biology/jalview/jalview/src/jalview/io/vamsas/
H A DSequencemapping.java329 AlignedCodonFrame acf = new AlignedCodonFrame(); in add() local
/dports/biology/jalview/jalview/src/jalview/structure/
H A DStructureSelectionManager.java1201 public void deregisterMapping(AlignedCodonFrame acf) in deregisterMapping()
1232 public void registerMapping(AlignedCodonFrame acf) in registerMapping()
/dports/biology/jalview/jalview/test/jalview/analysis/
H A DAlignmentUtilsTests.java294 AlignedCodonFrame acf = protein.getCodonFrame(protein.getSequenceAt(0)) in testMapProteinAlignmentToCdna_noXrefs() local
460 AlignedCodonFrame acf = new AlignedCodonFrame(); in checkAlignSequenceAs() local
510 AlignedCodonFrame acf = new AlignedCodonFrame(); in testAlignProteinAsDna() local
639 AlignedCodonFrame acf = protein.getCodonFrame(protein.getSequenceAt(0)) in testMapProteinAlignmentToCdna_withStartAndStopCodons() local
1039 AlignedCodonFrame acf = new AlignedCodonFrame(); in testMakeCdsAlignment() local
1266 AlignedCodonFrame acf = new AlignedCodonFrame(); in testMakeCdsAlignment_multipleProteins() local
1463 AlignedCodonFrame acf = new AlignedCodonFrame(); in testAlignSequenceAs_mappedProteinProtein() local
1662 AlignedCodonFrame acf = new AlignedCodonFrame(); in testMakeCdsAlignment_alternativeTranscripts() local
1779 AlignedCodonFrame acf = new AlignedCodonFrame(); in testAlignProteinAsDna_incompleteStartCodon() local
2002 AlignedCodonFrame acf = new AlignedCodonFrame(); in testAlignAs_alternateTranscriptsUngapped() local
[all …]
H A DCrossRefTest.java281 AlignedCodonFrame acf = new AlignedCodonFrame(); in testSearchDataset() local
/dports/biology/jalview/jalview/test/jalview/datamodel/
H A DAlignedCodonFrameTest.java76 AlignedCodonFrame acf = new AlignedCodonFrame(); in testFindAlignedSequence() local
116 AlignedCodonFrame acf = new AlignedCodonFrame(); in testGetMappedRegion() local
177 AlignedCodonFrame acf = new AlignedCodonFrame(); in testGetMappedCodons() local
214 AlignedCodonFrame acf = new AlignedCodonFrame(); in testGetMappedCodons_dnaVariants() local
251 AlignedCodonFrame acf = new AlignedCodonFrame(); in testGetMappedCodons_forSubSequences() local
332 AlignedCodonFrame acf = new AlignedCodonFrame(); in testIsRealisableWith() local
391 AlignedCodonFrame acf = new AlignedCodonFrame(); in testRealiseWith() local
436 AlignedCodonFrame acf = new AlignedCodonFrame(); in testGetMappedRegion_eitherWay() local
492 AlignedCodonFrame acf = new AlignedCodonFrame(); in testAddMap() local
518 AlignedCodonFrame acf = new AlignedCodonFrame(); in testGetCoveringMapping() local
[all …]
H A DAlignmentTest.java868 AlignedCodonFrame acf = new AlignedCodonFrame(); in makeMappings() local
907 AlignedCodonFrame acf = new AlignedCodonFrame(); in testAlignAs_dnaAsProtein_withIntrons() local
949 AlignedCodonFrame acf = new AlignedCodonFrame(); in testCopyConstructor() local
995 AlignedCodonFrame acf = new AlignedCodonFrame(); in testCreateDatasetAlignment() local
1083 AlignedCodonFrame acf = new AlignedCodonFrame(); in testAddCodonFrame() local

123456789