Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c177 uint32_t tempUpper; in WebRtcIsacfix_UpdateUplinkBwImpl() local
389 tempUpper = WEBRTC_SPL_RSHIFT_U32(byteSecondsPerBit, 15); in WebRtcIsacfix_UpdateUplinkBwImpl()
394 tempUpper = WEBRTC_SPL_MUL(tempUpper, numBytesInv); in WebRtcIsacfix_UpdateUplinkBwImpl()
398 currBwInv = tempUpper + tempLower; in WebRtcIsacfix_UpdateUplinkBwImpl()