Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
Dwebrtc_cng.c250 int16_t speechBuf[WEBRTC_CNG_MAX_OUTSIZE_ORDER]; in WebRtcCng_Encode() local
265 speechBuf[i] = speech[i]; in WebRtcCng_Encode()
271 outEnergy = WebRtcSpl_Energy(speechBuf, nrOfSamples, &outShifts); in WebRtcCng_Encode()
291 WebRtcSpl_ElementwiseVectorMult(speechBuf, hanningW, speechBuf, nrOfSamples, in WebRtcCng_Encode()
294 WebRtcSpl_AutoCorrelation(speechBuf, nrOfSamples, inst->enc_nrOfCoefs, in WebRtcCng_Encode()