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/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c
91
*
recBwInv
= 1/(INIT_BN_EST + INIT_HDR_RATE) in Q30
94
bweStr->
recBwInv
= 43531;
205
bweStr->
recBwInv
= 1073741824 / (bweStr->recBw + bweStr->recHeaderRate);
220
bweStr->
recBwInv
= 1073741824 / (bweStr->recBw + bweStr->recHeaderRate);
301
bweStr->
recBwInv
= WEBRTC_SPL_MUL((int32_t)bweStr->
recBwInv
, (int32_t)reductionFactor);
302
bweStr->
recBwInv
= (int32_t)bweStr->
recBwInv
>> 13;
306
/*
recBwInv
= 1 / kInitRate in Q26 (Q30??)*/
307
bweStr->
recBwInv
= (1073741824 + kInitRate / 2) / kInitRate
[
all
...]
structs.h
206
uint32_t
recBwInv
;
Completed in 49 milliseconds