OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PITCH_MIN_LAG
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h
152
#define
PITCH_MIN_LAG
20 /* 400 Hz */
153
#define PITCH_MIN_LAG_Q8 5120 /* 256 *
PITCH_MIN_LAG
*/
157
#define PITCH_LAG_SPAN2 65 /* (PITCH_MAX_LAG/2-
PITCH_MIN_LAG
/2+5) */
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
settings.h
115
#define
PITCH_MIN_LAG
20 /* 400 Hz */
119
#define PITCH_LAG_SPAN2 (PITCH_MAX_LAG/2-
PITCH_MIN_LAG
/2+5)
Completed in 896 milliseconds