OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECAY_RATE
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
settings.h
167
#define
DECAY_RATE
10 /* Q15, 20% of decay every lost frame apllied linearly sample by sample*/
decode_plc.c
286
myDecayRate = (
DECAY_RATE
);
443
myDecayRate = (
DECAY_RATE
<<2);
448
myDecayRate += (
DECAY_RATE
<<3);
Completed in 35 milliseconds