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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 168 uint32_t numBytesInv;
376 numBytesInv = (uint16_t) WebRtcSpl_DivW32W16(
389 tempUpper = WEBRTC_SPL_MUL(tempUpper, numBytesInv);
390 tempLower = WEBRTC_SPL_MUL(tempLower, numBytesInv);
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 168 WebRtc_UWord32 numBytesInv;
376 numBytesInv = (WebRtc_UWord16) WebRtcSpl_DivW32W16(
389 tempUpper = WEBRTC_SPL_MUL(tempUpper, numBytesInv);
390 tempLower = WEBRTC_SPL_MUL(tempLower, numBytesInv);
    [all...]

Completed in 67 milliseconds