OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:recBwInv
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c
89
*
recBwInv
= 1/(INIT_BN_EST + INIT_HDR_RATE) in Q30
92
bweStr->
recBwInv
= 43531;
199
bweStr->
recBwInv
= 1073741824 / (bweStr->recBw + bweStr->recHeaderRate);
214
bweStr->
recBwInv
= 1073741824 / (bweStr->recBw + bweStr->recHeaderRate);
295
bweStr->
recBwInv
= WEBRTC_SPL_MUL((int32_t)bweStr->
recBwInv
, (int32_t)reductionFactor);
296
bweStr->
recBwInv
= WEBRTC_SPL_RSHIFT_W32((int32_t)bweStr->
recBwInv
, 13);
300
/*
recBwInv
= 1 / kInitRate in Q26 (Q30??)*/
301
bweStr->
recBwInv
= (1073741824 + kInitRate / 2) / kInitRate
[
all
...]
structs.h
205
uint32_t
recBwInv
;
Completed in 1129 milliseconds