OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rec_jitter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c
96
bwest_str->
rec_jitter
= 10.0f;
407
bwest_str->
rec_jitter
= weight * arr_time_noise_abs +
408
(1.0f - weight) * bwest_str->
rec_jitter
;
409
if (bwest_str->
rec_jitter
> 10.0f)
411
bwest_str->
rec_jitter
= 10.0f;
462
bwest_str->rec_max_delay = 3.0f * bwest_str->
rec_jitter
;
structs.h
183
float
rec_jitter
;
member in struct:__anon20394
Completed in 450 milliseconds