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

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dbandwidth_estimator.c172 uint32_t tempLower; local
387 tempLower = byteSecondsPerBit & 0x00007FFF;
390 tempLower = WEBRTC_SPL_MUL(tempLower, numBytesInv);
391 tempLower = WEBRTC_SPL_RSHIFT_U32(tempLower, 15);
393 currBwInv = tempUpper + tempLower;
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dbandwidth_estimator.c172 WebRtc_UWord32 tempLower; local
387 tempLower = byteSecondsPerBit & 0x00007FFF;
390 tempLower = WEBRTC_SPL_MUL(tempLower, numBytesInv);
391 tempLower = WEBRTC_SPL_RSHIFT_U32(tempLower, 15);
393 currBwInv = tempUpper + tempLower;

Completed in 48 milliseconds