Home
last modified time | relevance | path

Searched refs:WEBRTC_CNG_MAX_OUTSIZE_ORDER (Results 1 – 2 of 2) 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()
250 int16_t speechBuf[WEBRTC_CNG_MAX_OUTSIZE_ORDER]; in WebRtcCng_Encode()
259 if (nrOfSamples > WEBRTC_CNG_MAX_OUTSIZE_ORDER) { in WebRtcCng_Encode()
481 int16_t excitation[WEBRTC_CNG_MAX_OUTSIZE_ORDER]; in WebRtcCng_Generate()
482 int16_t low[WEBRTC_CNG_MAX_OUTSIZE_ORDER]; in WebRtcCng_Generate()
493 if (nrOfSamples > WEBRTC_CNG_MAX_OUTSIZE_ORDER) { in WebRtcCng_Generate()
Dwebrtc_cng.h23 #define WEBRTC_CNG_MAX_OUTSIZE_ORDER 640 macro