OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_alphacount
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
jitter_estimator.cc
73
_alphaCount
= rhs.
_alphaCount
;
104
_alphaCount
= 1;
324
if (
_alphaCount
== 0) {
329
static_cast<double>(
_alphaCount
- 1) / static_cast<double>(
_alphaCount
);
330
_alphaCount
++;
331
if (
_alphaCount
> _alphaCountMax)
332
_alphaCount
= _alphaCountMax;
343
if (
_alphaCount
< kStartupDelaySamples)
[
all
...]
jitter_estimator.h
147
uint32_t
_alphaCount
;
Completed in 277 milliseconds