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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dbandwidth_estimator.c175 uint32_t byteSecondsPerBit; local
386 byteSecondsPerBit = (uint32_t)(arrTimeDiff * 8389);
389 tempUpper = WEBRTC_SPL_RSHIFT_U32(byteSecondsPerBit, 15);
392 tempLower = byteSecondsPerBit & 0x00007FFF;

Completed in 90 milliseconds