Searched refs:hanningW (Results 1 – 1 of 1) sorted by relevance
236 int16_t hanningW[WEBRTC_CNG_MAX_OUTSIZE_ORDER]; in WebRtcCng_Encode() local287 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()