Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c171 WebRtc_UWord32 byteSecondsPerBit; in WebRtcIsacfix_UpdateUplinkBwImpl() local
381 byteSecondsPerBit = WEBRTC_SPL_MUL_16_16(arrTimeDiff, 8389); in WebRtcIsacfix_UpdateUplinkBwImpl()
384 tempUpper = WEBRTC_SPL_RSHIFT_U32(byteSecondsPerBit, 15); in WebRtcIsacfix_UpdateUplinkBwImpl()
387 tempLower = byteSecondsPerBit & 0x00007FFF; in WebRtcIsacfix_UpdateUplinkBwImpl()