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

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

Completed in 165 milliseconds