OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_alphaCount
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
jitter_estimator.cc
72
_alphaCount
= rhs.
_alphaCount
;
101
_alphaCount
= 1;
302
if (
_alphaCount
== 0) {
307
static_cast<double>(
_alphaCount
- 1) / static_cast<double>(
_alphaCount
);
308
_alphaCount
++;
309
if (
_alphaCount
> _alphaCountMax)
310
_alphaCount
= _alphaCountMax;
321
if (
_alphaCount
< kStartupDelaySamples)
[
all
...]
jitter_estimator.h
151
uint32_t
_alphaCount
;
Completed in 39 milliseconds