Searched refs:WEBRTC_CNG_MAX_OUTSIZE_ORDER (Results 1 – 2 of 2) sorted by relevance
236 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()
23 #define WEBRTC_CNG_MAX_OUTSIZE_ORDER 640 macro