Searched refs:outShifts (Results 1 – 1 of 1) sorted by relevance
240 int outShifts; in WebRtcCng_Encode() local271 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()