OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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