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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 616 int32_t tempTermY;
651 tempTermY = WEBRTC_SPL_LSHIFT_W32((int32_t)rate, 16);
654 tempTerm1 = tempTermX + KQRate01[rateInd] - tempTermY;
655 tempTerm2 = tempTermY - tempTermX - KQRate01[rateInd-1];
693 tempTermY = WEBRTC_SPL_LSHIFT_W32((int32_t)maxDelay, 18);
695 tempTerm1 = tempTermX + tempMax - tempTermY;
696 tempTerm2 = tempTermY - tempTermX - tempMin;
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 617 WebRtc_Word32 tempTermY;
650 tempTermY = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)rate, 16);
653 tempTerm1 = tempTermX + KQRate01[rateInd] - tempTermY;
654 tempTerm2 = tempTermY - tempTermX - KQRate01[rateInd-1];
692 tempTermY = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)maxDelay, 18);
694 tempTerm1 = tempTermX + tempMax - tempTermY;
695 tempTerm2 = tempTermY - tempTermX - tempMin;
    [all...]

Completed in 87 milliseconds