Searched defs:PITCH_MAX_LAG (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dsettings.h142 #define PITCH_MAX_LAG 140 /* 57 Hz */ macro
148 #define PITCH_LAG_SPAN2 65 /* (PITCH_MAX_LAG/2-PITCH_MIN_LAG/2+5) */
155 #define PITCH_BUFFSIZE 190 /* (PITCH_MAX_LAG + 50) Extra 50 for fraction and LP filters */
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dsettings.h142 #define PITCH_MAX_LAG 140 /* 57 Hz */ macro
148 #define PITCH_LAG_SPAN2 65 /* (PITCH_MAX_LAG/2-PITCH_MIN_LAG/2+5) */
155 #define PITCH_BUFFSIZE 190 /* (PITCH_MAX_LAG + 50) Extra 50 for fraction and LP filters */
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dsettings.h114 #define PITCH_MAX_LAG 140 /* 57 Hz */ macro
119 #define PITCH_LAG_SPAN2 (PITCH_MAX_LAG/2-PITCH_MIN_LAG/2+5)
137 #define PITCH_BUFFSIZE (PITCH_MAX_LAG + 50)
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dsettings.h113 #define PITCH_MAX_LAG 140 /* 57 Hz */ macro
118 #define PITCH_LAG_SPAN2 (PITCH_MAX_LAG/2-PITCH_MIN_LAG/2+5)
136 #define PITCH_BUFFSIZE (PITCH_MAX_LAG + 50)

Completed in 294 milliseconds