Searched defs:rateLB (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c91 double rateLB = 0; local
447 rateLB =
454 sampFreqKHz, framecnt, bottleneck, rateLB, rateUB, rate);
468 // rateLB, (double)(rateLB) * 100. /(double)(rate));
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Disac.c776 double rateLB; local
797 if (WebRtcIsac_RateAllocation(rate, &rateLB, &rateUB, &bandwidthKHz) < 0) {
809 rateLB, instISAC->instLB.ISACencLB_obj.current_framesamples);
1458 double rateLB; local
1479 rateLB = (bottleneckBPS > 32000) ? 32000 : bottleneckBPS;
1482 if (WebRtcIsac_RateAllocation(bottleneckBPS, &rateLB, &rateUB,
1496 status = ControlLb(&instISAC->instLB, rateLB, (int16_t)frameSize);
1604 double rateLB; local
1606 if (WebRtcIsac_RateAllocation(bottleneckBPS, &rateLB, &rateUB,

Completed in 46 milliseconds