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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
isac.c 800 double rateUB;
821 if (WebRtcIsac_RateAllocation(rate, &rateLB, &rateUB, &bandwidthKHz) < 0) {
863 gain1 = WebRtcIsac_GetSnr(rateUB, FRAMESAMPLES);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c 92 double rateUB = 0;
506 rateUB = ((double)debugInfo.ubBytes * 8. *
515 rateUB,
532 // rateUB, (double)(rateUB) * 100. /(double)(rate));

Completed in 27 milliseconds