Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
Dwebrtc_cng.c234 int32_t corrVector[WEBRTC_CNG_MAX_LPC_ORDER + 1]; in WebRtcCng_Encode() local
295 corrVector, &acorrScale); in WebRtcCng_Encode()
297 if (*corrVector == 0) in WebRtcCng_Encode()
298 *corrVector = WEBRTC_SPL_WORD16_MAX; in WebRtcCng_Encode()
302 bptr = corrVector; in WebRtcCng_Encode()
324 stab = WebRtcSpl_LevinsonDurbin(corrVector, arCoefs, refCs, in WebRtcCng_Encode()