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

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
settings.h 131 #define PITCH_WLPCWINLEN PITCH_FRAME_LEN
133 #define PITCH_WLPCBUFLEN PITCH_WLPCWINLEN
filter_functions.c 135 double *weo, *who, opol[PITCH_WLPCORDER+1], ext[PITCH_WLPCWINLEN];
160 start=endpos-PITCH_WLPCWINLEN;
161 for (k=0; k<PITCH_WLPCWINLEN; k++) {
166 WebRtcIsac_AutoCorr(corr, ext, PITCH_WLPCWINLEN, PITCH_WLPCORDER);
intialize.c 143 denum = 1.0 / ((double) PITCH_WLPCWINLEN);
145 for (k=0;k<PITCH_WLPCWINLEN;k++) {
structs.h 124 double window[PITCH_WLPCWINLEN];

Completed in 50 milliseconds