OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_detectThreshold
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
rtt_filter.cc
25
_detectThreshold
(kMaxDriftJumpCount) {
113
if (abs(_jumpCount) >=
_detectThreshold
) {
116
_filtFactCount =
_detectThreshold
+ 1;
135
if (_driftCount >=
_detectThreshold
) {
138
_filtFactCount =
_detectThreshold
+ 1;
rtt_filter.h
59
const int32_t
_detectThreshold
;
Completed in 117 milliseconds