HomeSort by relevance Sort by last modified time
    Searched refs:kBitsByteSec (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 43 static const int32_t kBitsByteSec = 4369000;
202 /* kBitsByteSec is in Q15 */
203 recRtpRate = (int16_t)WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(kBitsByteSec,
217 /* kBitsByteSec is in Q14 */
218 recRtpRate = (uint16_t)WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(kBitsByteSec,
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 43 static const WebRtc_Word32 kBitsByteSec = 4369000;
202 /* kBitsByteSec is in Q15 */
203 recRtpRate = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(kBitsByteSec,
217 /* kBitsByteSec is in Q14 */
218 recRtpRate = (WebRtc_UWord16)WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(kBitsByteSec,
    [all...]

Completed in 553 milliseconds