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/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h
176
#define
DECAY_RATE
10 /* Q15, 20% of decay every lost frame apllied linearly sample by sample*/
decode_plc.c
284
myDecayRate = (
DECAY_RATE
);
440
myDecayRate = (
DECAY_RATE
<<2);
445
myDecayRate += (
DECAY_RATE
<<3);
Completed in 74 milliseconds