Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/cng/
Dwebrtc_cng.cc245 int32_t outEnergy; in Encode() local
268 outEnergy = WebRtcSpl_Energy(speechBuf, num_samples, &outShifts); in Encode()
273 outEnergy <<= (outShifts - 5); in Encode()
280 outEnergy = WebRtcSpl_DivW32W16(outEnergy, (int16_t)factor); in Encode()
282 if (outEnergy > 1) { in Encode()
337 enc_Energy_ = outEnergy; in Encode()
346 enc_Energy_ = (outEnergy >> 2) + (enc_Energy_ >> 1) + (enc_Energy_ >> 2); in Encode()