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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
filter_functions.c 142 double *weo, *who, opol[PITCH_WLPCORDER+1], ext[PITCH_WLPCWINLEN]; local
155 opol[k]=0.0;
157 opol[0]=1.0;
158 opol[PITCH_WLPCORDER]=0.0;
180 WebRtcIsac_ZeroPoleFilter(inp, apolr, opol, PITCH_SUBFRAME_LEN, PITCH_WLPCORDER, who);

Completed in 3831 milliseconds