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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h 150 #define PITCH_FRAME_LEN 240 /* (FRAMESAMPLES/2) 30 ms */
159 #define PITCH_CORR_STEP2 60 /* (PITCH_FRAME_LEN/4) */
161 #define PITCH_SUBFRAME_LEN 60 /* (PITCH_FRAME_LEN/PITCH_SUBFRAMES) */
165 #define PITCH_INTBUFFSIZE 430 /* (PITCH_FRAME_LEN+PITCH_BUFFSIZE) */
  /external/webrtc/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 41 milliseconds