HomeSort by relevance Sort by last modified time
    Searched full:speechbuf (Results 1 - 1 of 1) sorted by null

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

Completed in 2261 milliseconds