Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c176 uint32_t tempLower; in WebRtcIsacfix_UpdateUplinkBwImpl() local
392 tempLower = byteSecondsPerBit & 0x00007FFF; in WebRtcIsacfix_UpdateUplinkBwImpl()
395 tempLower = WEBRTC_SPL_MUL(tempLower, numBytesInv); in WebRtcIsacfix_UpdateUplinkBwImpl()
396 tempLower = WEBRTC_SPL_RSHIFT_U32(tempLower, 15); in WebRtcIsacfix_UpdateUplinkBwImpl()
398 currBwInv = tempUpper + tempLower; in WebRtcIsacfix_UpdateUplinkBwImpl()