Searched refs:refCs (Results 1 – 1 of 1) sorted by relevance
235 int16_t refCs[WEBRTC_CNG_MAX_LPC_ORDER + 1]; in WebRtcCng_Encode() local324 stab = WebRtcSpl_LevinsonDurbin(corrVector, arCoefs, refCs, in WebRtcCng_Encode()335 refCs[i] = 0; in WebRtcCng_Encode()341 inst->enc_reflCoefs[i] = refCs[i]; in WebRtcCng_Encode()349 refCs[i], ReflBetaComp, 15); in WebRtcCng_Encode()418 int16_t refCs[WEBRTC_CNG_MAX_LPC_ORDER]; in WebRtcCng_UpdateSid() local445 refCs[i] = SID[i + 1] << 8; /* Q7 to Q15*/ in WebRtcCng_UpdateSid()446 inst->dec_target_reflCoefs[i] = refCs[i]; in WebRtcCng_UpdateSid()450 refCs[i] = (SID[i + 1] - 127) << 8; /* Q7 to Q15. */ in WebRtcCng_UpdateSid()451 inst->dec_target_reflCoefs[i] = refCs[i]; in WebRtcCng_UpdateSid()[all …]