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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 173 uint32_t tempUpper;
384 tempUpper = WEBRTC_SPL_RSHIFT_U32(byteSecondsPerBit, 15);
389 tempUpper = WEBRTC_SPL_MUL(tempUpper, numBytesInv);
393 currBwInv = tempUpper + tempLower;
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 173 WebRtc_UWord32 tempUpper;
384 tempUpper = WEBRTC_SPL_RSHIFT_U32(byteSecondsPerBit, 15);
389 tempUpper = WEBRTC_SPL_MUL(tempUpper, numBytesInv);
393 currBwInv = tempUpper + tempLower;
    [all...]

Completed in 201 milliseconds