OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:recBwAvg
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c
90
*
recBwAvg
= INIT_BN_EST + INIT_HDR_RATE in Q5
95
bweStr->
recBwAvg
= INIT_REC_BN_EST_Q5;
348
if ((bweStr->prevRtpRate > WEBRTC_SPL_RSHIFT_W32((WebRtc_Word32) bweStr->
recBwAvg
, 5)) &&
349
(recRtpRate > WEBRTC_SPL_RSHIFT_W32((WebRtc_Word32)bweStr->
recBwAvg
, 5)) &&
416
/* to save resolution compute the inverse of
recBwAvg
in Q26 by left shifting numerator to 2^31
417
and NOT right shifting
recBwAvg
5 bits to an integer
420
recBwAvgInv = WEBRTC_SPL_UDIV((WebRtc_UWord32)(0x80000000 + WEBRTC_SPL_RSHIFT_U32(bweStr->
recBwAvg
, 1)),
421
bweStr->
recBwAvg
);
527
bweStr->
recBwAvg
= WEBRTC_SPL_LSHIFT_U32(bweStr->recBw + bweStr->recHeaderRate, 5);
628
/*
recBwAvg
= 0.9 * recBwAvg + 0.1 * (rate + bweStr->recHeaderRate), 0.9 and 0.1 in Q9 *
[
all
...]
structs.h
205
WebRtc_UWord32
recBwAvg
;
Completed in 24 milliseconds