OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:send_bw_avg
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c
53
bwest_str->
send_bw_avg
= INIT_BN_EST_WB;
58
bwest_str->
send_bw_avg
= INIT_BN_EST_SWB;
534
bwest_str->
send_bw_avg
= 0.9f * bwest_str->
send_bw_avg
+
540
bwest_str->
send_bw_avg
= 0.9f * bwest_str->
send_bw_avg
+
544
if (bwest_str->
send_bw_avg
> (float) 28000 && !bwest_str->hsn_detect_snd)
749
if (bwest_str->
send_bw_avg
< MIN_ISAC_BW)
753
else if (bwest_str->
send_bw_avg
> MAX_ISAC_BW)
759
*bitRate = (int32_t)(bwest_str->
send_bw_avg
);
[
all
...]
structs.h
193
float
send_bw_avg
;
member in struct:__anon20394
isac.c
[
all
...]
Completed in 35 milliseconds