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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h 143 #define PITCH_MIN_LAG 20 /* 400 Hz */
144 #define PITCH_MIN_LAG_Q8 5120 /* 256 * PITCH_MIN_LAG */
148 #define PITCH_LAG_SPAN2 65 /* (PITCH_MAX_LAG/2-PITCH_MIN_LAG/2+5) */
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
settings.h 143 #define PITCH_MIN_LAG 20 /* 400 Hz */
144 #define PITCH_MIN_LAG_Q8 5120 /* 256 * PITCH_MIN_LAG */
148 #define PITCH_LAG_SPAN2 65 /* (PITCH_MAX_LAG/2-PITCH_MIN_LAG/2+5) */
  /external/chromium_org/third_party/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)
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
settings.h 114 #define PITCH_MIN_LAG 20 /* 400 Hz */
118 #define PITCH_LAG_SPAN2 (PITCH_MAX_LAG/2-PITCH_MIN_LAG/2+5)

Completed in 2573 milliseconds