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

  /external/webrtc/src/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/webrtc/src/modules/audio_coding/codecs/isac/main/source/
settings.h 112 #define PITCH_FRAME_LEN (FRAMESAMPLES_HALF) /* 30 ms */
120 #define PITCH_CORR_STEP2 (PITCH_FRAME_LEN/4)
124 #define PITCH_SUBFRAME_LEN (PITCH_FRAME_LEN/PITCH_SUBFRAMES)
131 #define PITCH_WLPCWINLEN PITCH_FRAME_LEN
137 #define PITCH_INTBUFFSIZE (PITCH_FRAME_LEN+PITCH_BUFFSIZE)

Completed in 1974 milliseconds