OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rec_bw_avg
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c
74
bwest_str->
rec_bw_avg
= INIT_BN_EST_WB + INIT_HDR_RATE_WB;
85
bwest_str->
rec_bw_avg
= INIT_BN_EST_SWB + INIT_HDR_RATE_SWB;
348
if ((bwest_str->prev_rec_rtp_rate > bwest_str->
rec_bw_avg
) &&
349
(rec_rtp_rate > bwest_str->
rec_bw_avg
) &&
403
1000.0f) / bwest_str->
rec_bw_avg
;
488
bwest_str->
rec_bw_avg
= bwest_str->rec_bw +
701
bwest_str->
rec_bw_avg
= (1 - weight) * bwest_str->
rec_bw_avg
+ weight *
structs.h
179
float
rec_bw_avg
;
member in struct:__anon38866
Completed in 442 milliseconds