Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c45 static const int32_t kBitsByteSec = 4369000; variable
209 recRtpRate = (int16_t)((kBitsByteSec * pksize) >> 15) + in WebRtcIsacfix_UpdateUplinkBwImpl()
224 recRtpRate = (uint16_t)((kBitsByteSec * pksize) >> 14) + in WebRtcIsacfix_UpdateUplinkBwImpl()