OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sendBwAvg
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c
103
bweStr->
sendBwAvg
= INIT_BN_EST_Q7;
576
/*
sendBwAvg
= 0.9 *
sendBwAvg
+ 0.1 * kQRateTable[RateInd]; */
577
bweStr->
sendBwAvg
= WEBRTC_SPL_UMUL(461, bweStr->
sendBwAvg
) +
579
bweStr->
sendBwAvg
= WEBRTC_SPL_RSHIFT_U32(bweStr->
sendBwAvg
, 9);
582
if (WEBRTC_SPL_RSHIFT_U32(bweStr->
sendBwAvg
, 7) > 28000 && !bweStr->highSpeedSend) {
795
send_bw = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_U32(bweStr->
sendBwAvg
, 7);
[
all
...]
structs.h
221
WebRtc_UWord32
sendBwAvg
; /* The estimated bottle neck rate from here to there (in bits/s) */
isacfix.c
[
all
...]
Completed in 71 milliseconds