OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:recBw
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c
93
bweStr->
recBw
= INIT_BN_EST;
199
bweStr->recBwInv = 1073741824 / (bweStr->
recBw
+ bweStr->recHeaderRate);
214
bweStr->recBwInv = 1073741824 / (bweStr->
recBw
+ bweStr->recHeaderRate);
277
but to insure no overflow when reduction factor is multiplied by
recBw
inverse */
514
/* Replace bweStr->
recBw
by the new value */
515
bweStr->
recBw
= 1073741824 / bweStr->recBwInv - bweStr->recHeaderRate;
519
bweStr->
recBw
= WEBRTC_SPL_UMUL(delayCorrFactor, bweStr->
recBw
);
520
bweStr->
recBw
= WEBRTC_SPL_RSHIFT_U32(bweStr->
recBw
, 10)
[
all
...]
structs.h
204
uint32_t
recBw
;
Completed in 294 milliseconds