OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minBwInv
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c
51
minBwInv
30 ms, maxBwInv 30 ms,
52
minBwInv
60 ms, maxBwInv 69 ms
117
bweStr->
minBwInv
= kInvBandwidth[2];
198
bweStr->
minBwInv
= kInvBandwidth[2];
213
bweStr->
minBwInv
= kInvBandwidth[0];
396
/* Limit inv rate. Note that
minBwInv
> maxBwInv! */
399
} else if(currBwInv > bweStr->
minBwInv
) {
400
currBwInv = bweStr->
minBwInv
;
407
/* Shift back to Q30 from Q40 (actual used bits shouldn't be more than 27 based on
minBwInv
)
490
if (bweStr->recBwInv > bweStr->
minBwInv
) {
[
all
...]
structs.h
208
WebRtc_UWord32
minBwInv
;
Completed in 845 milliseconds