code style
This commit is contained in:
parent
cbb18ebc03
commit
70ebf16ceb
1 changed files with 4 additions and 4 deletions
|
@ -250,10 +250,10 @@ void CNetBufWithStats::UpdateAutoSetting()
|
||||||
}
|
}
|
||||||
|
|
||||||
// apply non-linear IIR filter
|
// apply non-linear IIR filter
|
||||||
LlconMath().UpDownIIR1( dCurIIRFilterResult,
|
LlconMath().UpDownIIR1 ( dCurIIRFilterResult,
|
||||||
static_cast<double> ( iCurDecision ),
|
static_cast<double> ( iCurDecision ),
|
||||||
dWeightUp,
|
dWeightUp,
|
||||||
dWeightDown);
|
dWeightDown );
|
||||||
|
|
||||||
// apply a hysteresis
|
// apply a hysteresis
|
||||||
iCurAutoBufferSizeSetting =
|
iCurAutoBufferSizeSetting =
|
||||||
|
|
Loading…
Reference in a new issue