Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/cng/
Dwebrtc_cng.cc240 int32_t corrVector[WEBRTC_CNG_MAX_LPC_ORDER + 1]; in Encode() local
292 corrVector, &acorrScale); in Encode()
294 if (*corrVector == 0) in Encode()
295 *corrVector = WEBRTC_SPL_WORD16_MAX; in Encode()
299 bptr = corrVector; in Encode()
321 stab = WebRtcSpl_LevinsonDurbin(corrVector, arCoefs, refCs, enc_nrOfCoefs_); in Encode()