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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
filter_functions.c 131 double corr[PITCH_WLPCORDER+1], rc[PITCH_WLPCORDER+1];
132 double apol[PITCH_WLPCORDER+1], apolr[PITCH_WLPCORDER+1];
134 double whoutbuf[PITCH_WLPCBUFLEN + PITCH_WLPCORDER];
135 double weoutbuf[PITCH_WLPCBUFLEN + PITCH_WLPCORDER];
136 double *weo, *who, opol[PITCH_WLPCORDER+1], ext[PITCH_WLPCWINLEN];
146 for (k=0;k<PITCH_WLPCORDER;k++) {
152 opol[PITCH_WLPCORDER]=0.0;
167 WebRtcIsac_AutoCorr(corr, ext, PITCH_WLPCWINLEN, PITCH_WLPCORDER);
    [all...]
settings.h 131 #define PITCH_WLPCORDER 6
structs.h 118 double istate[PITCH_WLPCORDER];
119 double weostate[PITCH_WLPCORDER];
120 double whostate[PITCH_WLPCORDER];
intialize.c 135 for (k=0;k<PITCH_WLPCORDER;k++) {

Completed in 116 milliseconds