OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_filtFactCount
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
rtt_filter.cc
35
_filtFactCount
= rhs.
_filtFactCount
;
49
_filtFactCount
= 1;
70
if (
_filtFactCount
> 1) {
71
filtFactor = static_cast<double>(
_filtFactCount
- 1) /
_filtFactCount
;
73
_filtFactCount
++;
74
if (
_filtFactCount
> _filtFactMax) {
78
_filtFactCount
= _filtFactMax;
116
_filtFactCount
= _detectThreshold + 1
[
all
...]
rtt_filter.h
53
uint32_t
_filtFactCount
;
Completed in 91 milliseconds