Searched refs:outEnergy (Results 1 – 1 of 1) sorted by relevance
245 int32_t outEnergy; in Encode() local268 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()