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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h 141 #define PITCH_FRAME_LEN 240 /* (FRAMESAMPLES/2) 30 ms */
150 #define PITCH_CORR_STEP2 60 /* (PITCH_FRAME_LEN/4) */
152 #define PITCH_SUBFRAME_LEN 60 /* (PITCH_FRAME_LEN/PITCH_SUBFRAMES) */
156 #define PITCH_INTBUFFSIZE 430 /* (PITCH_FRAME_LEN+PITCH_BUFFSIZE) */
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
settings.h 113 #define PITCH_FRAME_LEN (FRAMESAMPLES_HALF) /* 30 ms */
121 #define PITCH_CORR_STEP2 (PITCH_FRAME_LEN/4)
125 #define PITCH_SUBFRAME_LEN (PITCH_FRAME_LEN/PITCH_SUBFRAMES)
132 #define PITCH_WLPCWINLEN PITCH_FRAME_LEN
138 #define PITCH_INTBUFFSIZE (PITCH_FRAME_LEN+PITCH_BUFFSIZE)

Completed in 627 milliseconds