Home
last modified time | relevance | path

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

/dports/audio/jamulus/jamulus-r3_8_1/src/
H A Dbuffer.cpp604 double dWeightUp, dWeightDown; in UpdateAutoSetting() local
629 dWeightDown = dAutoFilt_WightDownFast; in UpdateAutoSetting()
634 dWeightDown = dAutoFilt_WightDownNormal; in UpdateAutoSetting()
638 …).UpDownIIR1 ( dCurIIRFilterResult, static_cast<double> ( iCurDecision ), dWeightUp, dWeightDown ); in UpdateAutoSetting()
H A Dutil.h1116 … ( double& dOldValue, const double& dNewValue, const double& dWeightUp, const double& dWeightDown ) in UpDownIIR1() argument
1121 dOldValue = dOldValue * dWeightDown + ( 1.0 - dWeightDown ) * dNewValue; in UpDownIIR1()