OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rec_bw
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c
70
bwest_str->
rec_bw
= (WebRtc_Word32)INIT_BN_EST_WB;
81
bwest_str->
rec_bw
= (WebRtc_Word32)INIT_BN_EST_SWB;
274
bwest_str->rec_bw_inv = 1.0f /((float)bwest_str->
rec_bw
+
468
/* Replace bwest_str->
rec_bw
by the new value (atomic operation) */
469
bwest_str->
rec_bw
= (WebRtc_Word32)(1.0f / bwest_str->rec_bw_inv -
474
bwest_str->
rec_bw
= (WebRtc_Word32) (delay_correction_factor *
475
(float) bwest_str->
rec_bw
);
477
if (bwest_str->
rec_bw
< (WebRtc_Word32) MIN_ISAC_BW)
479
bwest_str->
rec_bw
= (WebRtc_Word32) MIN_ISAC_BW;
482
bwest_str->rec_bw_avg = bwest_str->
rec_bw
696
WebRtc_Word32
rec_bw
;
local
[
all
...]
structs.h
177
WebRtc_Word32
rec_bw
;
member in struct:__anon28641
Completed in 25 milliseconds