Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c171 uint32_t numBytesInv; in WebRtcIsacfix_UpdateUplinkBwImpl() local
380 numBytesInv = (uint16_t) WebRtcSpl_DivW32W16( in WebRtcIsacfix_UpdateUplinkBwImpl()
393 tempUpper = WEBRTC_SPL_MUL(tempUpper, numBytesInv); in WebRtcIsacfix_UpdateUplinkBwImpl()
394 tempLower = WEBRTC_SPL_MUL(tempLower, numBytesInv); in WebRtcIsacfix_UpdateUplinkBwImpl()