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
|
||||
LlconMath().UpDownIIR1( dCurIIRFilterResult,
|
||||
static_cast<double> ( iCurDecision ),
|
||||
dWeightUp,
|
||||
dWeightDown);
|
||||
LlconMath().UpDownIIR1 ( dCurIIRFilterResult,
|
||||
static_cast<double> ( iCurDecision ),
|
||||
dWeightUp,
|
||||
dWeightDown );
|
||||
|
||||
// apply a hysteresis
|
||||
iCurAutoBufferSizeSetting =
|
||||
|
|
Loading…
Reference in a new issue