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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 172 uint32_t tempLower;
387 tempLower = byteSecondsPerBit & 0x00007FFF;
390 tempLower = WEBRTC_SPL_MUL(tempLower, numBytesInv);
391 tempLower = WEBRTC_SPL_RSHIFT_U32(tempLower, 15);
393 currBwInv = tempUpper + tempLower;
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 172 WebRtc_UWord32 tempLower;
387 tempLower = byteSecondsPerBit & 0x00007FFF;
390 tempLower = WEBRTC_SPL_MUL(tempLower, numBytesInv);
391 tempLower = WEBRTC_SPL_RSHIFT_U32(tempLower, 15);
393 currBwInv = tempUpper + tempLower;
    [all...]

Completed in 129 milliseconds