OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rec_bw_inv
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c
68
bwest_str->
rec_bw_inv
= 1.0f /
79
bwest_str->
rec_bw_inv
= 1.0f /
230
bwest_str->
rec_bw_inv
/= inv_bitrate;
236
if (bwest_str->
rec_bw_inv
> 0.000066f)
238
bwest_str->
rec_bw_inv
= 0.000066f;
244
bwest_str->
rec_bw_inv
= 1.0f /
274
bwest_str->
rec_bw_inv
= 1.0f /((float)bwest_str->rec_bw +
386
bwest_str->
rec_bw_inv
= weight * curr_bw_inv +
387
(1.0f - weight) * bwest_str->
rec_bw_inv
;
436
if (bwest_str->
rec_bw_inv
> 1.0f / ((float)MIN_ISAC_BW
[
all
...]
structs.h
177
float
rec_bw_inv
;
member in struct:__anon20394
Completed in 75 milliseconds