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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
isac.c 777 double rateUB;
797 if (WebRtcIsac_RateAllocation(rate, &rateLB, &rateUB, &bandwidthKHz) < 0) {
839 gain1 = WebRtcIsac_GetSnr(rateUB, FRAMESAMPLES);
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c 92 double rateUB = 0;
449 rateUB =
454 sampFreqKHz, framecnt, bottleneck, rateLB, rateUB, rate);
470 // rateUB, (double)(rateUB) * 100. /(double)(rate));

Completed in 181 milliseconds