Home
last modified time | relevance | path

Searched refs:weoutbuf (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dfilter_functions.c141 double weoutbuf[PITCH_WLPCBUFLEN + PITCH_WLPCORDER]; in WebRtcIsac_WeightingFilter() local
150 dp=weoutbuf; in WebRtcIsac_WeightingFilter()
190 wfdata->weostate[k]=weoutbuf[PITCH_FRAME_LEN+k]; in WebRtcIsac_WeightingFilter()
195 memcpy(weiout, weoutbuf+PITCH_WLPCORDER, sizeof(double) * PITCH_FRAME_LEN); in WebRtcIsac_WeightingFilter()