HomeSort by relevance Sort by last modified time
    Searched defs:PITCH_MAX_LAG (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h 151 #define PITCH_MAX_LAG 140 /* 57 Hz */
157 #define PITCH_LAG_SPAN2 65 /* (PITCH_MAX_LAG/2-PITCH_MIN_LAG/2+5) */
164 #define PITCH_BUFFSIZE 190 /* (PITCH_MAX_LAG + 50) Extra 50 for fraction and LP filters */
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
settings.h 114 #define PITCH_MAX_LAG 140 /* 57 Hz */
119 #define PITCH_LAG_SPAN2 (PITCH_MAX_LAG/2-PITCH_MIN_LAG/2+5)
137 #define PITCH_BUFFSIZE (PITCH_MAX_LAG + 50)

Completed in 322 milliseconds