Searched refs:corrVector (Results 1 – 1 of 1) sorted by relevance
240 int32_t corrVector[WEBRTC_CNG_MAX_LPC_ORDER + 1]; in Encode() local292 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()