Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
Dwebrtc_cng.c236 int16_t hanningW[WEBRTC_CNG_MAX_OUTSIZE_ORDER]; in WebRtcCng_Encode() local
287 WebRtcSpl_GetHanningWindow(hanningW, nrOfSamples / 2); in WebRtcCng_Encode()
289 hanningW[nrOfSamples - i - 1] = hanningW[i]; in WebRtcCng_Encode()
291 WebRtcSpl_ElementwiseVectorMult(speechBuf, hanningW, speechBuf, nrOfSamples, in WebRtcCng_Encode()