Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/main/source/
Dfilter_functions.c134 double tmpbuffer[PITCH_FRAME_LEN + PITCH_WLPCBUFLEN]; in WebRtcIsac_WeightingFilter()
138 double whoutbuf[PITCH_WLPCBUFLEN + PITCH_WLPCORDER]; in WebRtcIsac_WeightingFilter()
139 double weoutbuf[PITCH_WLPCBUFLEN + PITCH_WLPCORDER]; in WebRtcIsac_WeightingFilter()
144 memcpy(tmpbuffer, wfdata->buffer, sizeof(double) * PITCH_WLPCBUFLEN); in WebRtcIsac_WeightingFilter()
145 memcpy(tmpbuffer+PITCH_WLPCBUFLEN, in, sizeof(double) * PITCH_FRAME_LEN); in WebRtcIsac_WeightingFilter()
146 memcpy(wfdata->buffer, tmpbuffer+PITCH_FRAME_LEN, sizeof(double) * PITCH_WLPCBUFLEN); in WebRtcIsac_WeightingFilter()
160 endpos=PITCH_WLPCBUFLEN + PITCH_SUBFRAME_LEN; in WebRtcIsac_WeightingFilter()
161 inp=tmpbuffer + PITCH_WLPCBUFLEN; in WebRtcIsac_WeightingFilter()
Dsettings.h127 #define PITCH_WLPCBUFLEN PITCH_WLPCWINLEN macro
Dstructs.h107 double buffer[PITCH_WLPCBUFLEN];
Disac_vad.c33 for (k = 0; k < PITCH_WLPCBUFLEN; k++) in WebRtcIsac_InitWeightingFilter()