Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
Dwebrtc_cng.c239 int32_t outEnergy; in WebRtcCng_Encode() local
271 outEnergy = WebRtcSpl_Energy(speechBuf, nrOfSamples, &outShifts); in WebRtcCng_Encode()
276 outEnergy <<= (outShifts - 5); in WebRtcCng_Encode()
283 outEnergy = WebRtcSpl_DivW32W16(outEnergy, (int16_t)factor); in WebRtcCng_Encode()
285 if (outEnergy > 1) { in WebRtcCng_Encode()
342 inst->enc_Energy = outEnergy; in WebRtcCng_Encode()
351 inst->enc_Energy = (outEnergy >> 2) + (inst->enc_Energy >> 1) in WebRtcCng_Encode()