OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxBwInv
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c
53
minBwInv 30 ms,
maxBwInv
30 ms,
54
minBwInv 60 ms,
maxBwInv
69 ms
118
bweStr->
maxBwInv
= kInvBandwidth[3];
203
bweStr->
maxBwInv
= kInvBandwidth[3];
218
bweStr->
maxBwInv
= kInvBandwidth[1];
401
/* Limit inv rate. Note that minBwInv >
maxBwInv
! */
402
if(currBwInv < bweStr->
maxBwInv
) {
403
currBwInv = bweStr->
maxBwInv
;
496
} else if (bweStr->recBwInv < bweStr->
maxBwInv
) {
497
bweStr->recBwInv = bweStr->
maxBwInv
;
[
all
...]
structs.h
211
uint32_t
maxBwInv
;
Completed in 56 milliseconds