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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 171 uint32_t byteSecondsPerBit;
381 byteSecondsPerBit = WEBRTC_SPL_MUL_16_16(arrTimeDiff, 8389);
384 tempUpper = WEBRTC_SPL_RSHIFT_U32(byteSecondsPerBit, 15);
387 tempLower = byteSecondsPerBit & 0x00007FFF;
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 171 WebRtc_UWord32 byteSecondsPerBit;
381 byteSecondsPerBit = WEBRTC_SPL_MUL_16_16(arrTimeDiff, 8389);
384 tempUpper = WEBRTC_SPL_RSHIFT_U32(byteSecondsPerBit, 15);
387 tempLower = byteSecondsPerBit & 0x00007FFF;
    [all...]

Completed in 60 milliseconds