Searched defs:PITCH_FRAME_LEN (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dsettings.h141 #define PITCH_FRAME_LEN 240 /* (FRAMESAMPLES/2) 30 ms */ macro
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/fix/source/
H A Dsettings.h141 #define PITCH_FRAME_LEN 240 /* (FRAMESAMPLES/2) 30 ms */ macro
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/
H A Dsettings.h113 #define PITCH_FRAME_LEN (FRAMESAMPLES_HALF) /* 30 ms */ macro
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)
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dsettings.h112 #define PITCH_FRAME_LEN (FRAMESAMPLES_HALF) /* 30 ms */ macro
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 292 milliseconds