Searched defs:rateUB (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c92 double rateUB = 0; local
506 rateUB = ((double)debugInfo.ubBytes * 8. *
515 rateUB,
532 // rateUB, (double)(rateUB) * 100. /(double)(rate));
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Disac.c800 double rateUB; local
821 if (WebRtcIsac_RateAllocation(rate, &rateLB, &rateUB, &bandwidthKHz) < 0) {
863 gain1 = WebRtcIsac_GetSnr(rateUB, FRAMESAMPLES);
1488 double rateUB; local
1509 rateUB = 0;
1511 if (WebRtcIsac_RateAllocation(bottleneckBPS, &rateLB, &rateUB,
1531 status = ControlUb(&(instISAC->instUB), rateUB);
1627 double rateUB; local
1628 if (WebRtcIsac_RateAllocation(bottleneckBPS, &rateLB, &rateUB,
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Disac.c766 double rateUB; local
787 if (WebRtcIsac_RateAllocation(rate, &rateLB, &rateUB, &bandwidthKHz) < 0) {
829 gain1 = WebRtcIsac_GetSnr(rateUB, FRAMESAMPLES);
1447 double rateUB; local
1468 rateUB = 0;
1470 if (WebRtcIsac_RateAllocation(bottleneckBPS, &rateLB, &rateUB,
1490 status = ControlUb(&(instISAC->instUB), rateUB);
1586 double rateUB; local
1587 if (WebRtcIsac_RateAllocation(bottleneckBPS, &rateLB, &rateUB,

Completed in 85 milliseconds