Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
Dwebrtc_cng.c240 int outShifts; in WebRtcCng_Encode() local
271 outEnergy = WebRtcSpl_Energy(speechBuf, nrOfSamples, &outShifts); in WebRtcCng_Encode()
272 while (outShifts > 0) { in WebRtcCng_Encode()
275 if (outShifts > 5) { in WebRtcCng_Encode()
276 outEnergy <<= (outShifts - 5); in WebRtcCng_Encode()
277 outShifts = 5; in WebRtcCng_Encode()
280 outShifts--; in WebRtcCng_Encode()