OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rec_bw_avg_Q
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c
73
bwest_str->
rec_bw_avg_Q
= INIT_BN_EST_WB;
84
bwest_str->
rec_bw_avg_Q
= INIT_BN_EST_SWB;
491
bwest_str->
rec_bw_avg_Q
= (float) bwest_str->rec_bw;
683
r = (1 - weight) * bwest_str->
rec_bw_avg_Q
- rate;
697
bwest_str->
rec_bw_avg_Q
= (1 - weight) * bwest_str->
rec_bw_avg_Q
+
structs.h
180
float
rec_bw_avg_Q
;
Completed in 64 milliseconds