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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
settings.h 132 #define PITCH_WLPCWINLEN PITCH_FRAME_LEN
134 #define PITCH_WLPCBUFLEN PITCH_WLPCWINLEN
filter_functions.c 142 double *weo, *who, opol[PITCH_WLPCORDER+1], ext[PITCH_WLPCWINLEN];
167 start=endpos-PITCH_WLPCWINLEN;
168 for (k=0; k<PITCH_WLPCWINLEN; k++) {
173 WebRtcIsac_AutoCorr(corr, ext, PITCH_WLPCWINLEN, PITCH_WLPCORDER);
intialize.c 139 denum = 1.0 / ((double) PITCH_WLPCWINLEN);
141 for (k=0;k<PITCH_WLPCWINLEN;k++) {
structs.h 124 double window[PITCH_WLPCWINLEN];

Completed in 359 milliseconds