Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/cng/
Dwebrtc_cng.cc246 int outShifts; in Encode() local
268 outEnergy = WebRtcSpl_Energy(speechBuf, num_samples, &outShifts); in Encode()
269 while (outShifts > 0) { in Encode()
272 if (outShifts > 5) { in Encode()
273 outEnergy <<= (outShifts - 5); in Encode()
274 outShifts = 5; in Encode()
277 outShifts--; in Encode()