Home
last modified time | relevance | path

Searched refs:histLen (Results 1 – 9 of 9) sorted by relevance

/dports/biology/canu/canu-2.2/src/correction/
H A DcomputeGlobalScore.C34 histLen = 0; in compute()
36 resizeArray(hist, histLen, histMax, ovlLen, _raAct::doNothing); in compute()
45 hist[histLen++] = ovl[oo].overlapScore(); in compute()
50 sort(hist, hist + histLen, std::greater<uint64>()); in compute()
54 uint16 threshold = (expectedCoverage < histLen) ? hist[expectedCoverage] : 0; in compute()
57 if (ii * 10 < histLen) in compute()
117 double fractionFiltered = (double)belowCutoffLocal / histLen; in compute()
126 if (histLen <= expectedCoverage) in compute()
128 ovl[0].a_iid, ovlLen, histLen, 0, histLen); in compute()
131 … ovl[0].a_iid, ovlLen, histLen, belowCutoffLocal, histLen - belowCutoffLocal, threshold); in compute()
H A DcomputeGlobalScore.H68 histLen = 0;
112 uint32 histLen; variable
/dports/audio/kid3-kf5/kid3-3.8.6/src/qml/script/
H A DQmlConsole.qml187 var histLen
189 histLen = history.length
190 if (historyIndex < histLen) {
191 text = history[histLen - 1 - historyIndex]
197 histLen = history.length
198 if (historyIndex > 0 && historyIndex <= histLen) {
200 text = history[histLen - 1 - historyIndex]
/dports/audio/kid3-qt5/kid3-3.8.6/src/qml/script/
H A DQmlConsole.qml187 var histLen
189 histLen = history.length
190 if (historyIndex < histLen) {
191 text = history[histLen - 1 - historyIndex]
197 histLen = history.length
198 if (historyIndex > 0 && historyIndex <= histLen) {
200 text = history[histLen - 1 - historyIndex]
/dports/biology/canu/canu-2.2/src/meryl/src/meryl-simple/
H A Dmeryl-simple.C159 uint32 histLen = 0; in main() local
190 if (histLen < c) in main()
191 histLen = c; in main()
203 for (uint32 ii=0; ii<=histLen; ii++) in main()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/effects/
H A DEcho.cpp109 (histLen = static_cast<size_t>(requestedHistLen.as_long_long()))) in ProcessInitialize()
111 history.reinit(histLen, true); in ProcessInitialize()
134 if (histPos == histLen) in ProcessBlock()
H A DEcho.h61 size_t histLen; variable
/dports/net/asterisk-g72x/asterisk-g72x-1.4.3/ipp/
H A Downg729.c831 Ipp32s len, Ipp8s * pMemUpdated,Ipp32s histLen) { in SynthesisFilterOvf_G729_16s_I() argument
837 if(!histLen) in SynthesisFilterOvf_G729_16s_I()
840 ippsSynthesisFilterLow_NR_16s_ISfs(pLPC,pSrcDst, len, 12, SynFltSt->buffer+histLen); in SynthesisFilterOvf_G729_16s_I()
845 Ipp16s * pDst, Ipp32s len, Ipp8s * pMemUpdated,Ipp32s histLen) { in SynthesisFilter_G729_16s() argument
851 if(histLen==0) in SynthesisFilter_G729_16s()
854 sts = ippsSynthesisFilter_NR_16s_Sfs(pLPC,pSrc,pDst, len, 12, SynFltSt->buffer+histLen); in SynthesisFilter_G729_16s()
869 if(histLen==0) ippsSynthesisFilter_G729E_16s(pLPC, 30,pSrc, pDst, len, SynFltSt->buffer); in SynthesisFilter_G729_16s_update()
871 sts = ippsSynthesisFilter_NR_16s_Sfs(pLPC,pSrc,pDst, len, 12, SynFltSt->buffer+histLen); in SynthesisFilter_G729_16s_update()
878 Ipp16s * pDst, Ipp32s len, Ipp8s * pMemUpdated,Ipp32s histLen) { in SynthesisFilterOvf_G729_16s() argument
883 if(histLen==0) ippsSynthesisFilter_G729E_16s(pLPC, 30, pSrc, pDst, len, SynFltSt->buffer); in SynthesisFilterOvf_G729_16s()
[all …]
/dports/science/teem/teem-1.11.0-src/src/nrrd/
H A Dhistogram.c656 unsigned int histLen, histIdx, maxIdx; in nrrdHistoThresholdOtsu() local
682 histLen = AIR_CAST(unsigned int, nhist->axis[0].size); in nrrdHistoThresholdOtsu()
684 for (histIdx=0; histIdx<histLen; histIdx++) { in nrrdHistoThresholdOtsu()
692 for (histIdx=0; histIdx<histLen; histIdx++) { in nrrdHistoThresholdOtsu()
707 for (histIdx=1; histIdx<histLen; histIdx++) { in nrrdHistoThresholdOtsu()
715 thresh = histLen/2; in nrrdHistoThresholdOtsu()
720 histLen, thresh); in nrrdHistoThresholdOtsu()