HomeSort by relevance Sort by last modified time
    Searched full:opol (Results 1 - 1 of 1) sorted by null

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
filter_functions.c 135 double *weo, *who, opol[PITCH_WLPCORDER+1], ext[PITCH_WLPCWINLEN]; local
148 opol[k]=0.0;
150 opol[0]=1.0;
151 opol[PITCH_WLPCORDER]=0.0;
173 WebRtcIsac_ZeroPoleFilter(inp, apolr, opol, PITCH_SUBFRAME_LEN, PITCH_WLPCORDER, who);

Completed in 137 milliseconds