Searched refs:rateLB (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Disac.c799 double rateLB; local
821 if (WebRtcIsac_RateAllocation(rate, &rateLB, &rateUB, &bandwidthKHz) < 0) {
833 rateLB, instISAC->instLB.ISACencLB_obj.current_framesamples);
1487 double rateLB; local
1508 rateLB = (bottleneckBPS > 32000) ? 32000 : bottleneckBPS;
1511 if (WebRtcIsac_RateAllocation(bottleneckBPS, &rateLB, &rateUB,
1525 status = ControlLb(&instISAC->instLB, rateLB, frameSize);
1626 double rateLB; local
1628 if (WebRtcIsac_RateAllocation(bottleneckBPS, &rateLB, &rateUB,
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Disac.c765 double rateLB; local
787 if (WebRtcIsac_RateAllocation(rate, &rateLB, &rateUB, &bandwidthKHz) < 0) {
799 rateLB, instISAC->instLB.ISACencLB_obj.current_framesamples);
1446 double rateLB; local
1467 rateLB = (bottleneckBPS > 32000) ? 32000 : bottleneckBPS;
1470 if (WebRtcIsac_RateAllocation(bottleneckBPS, &rateLB, &rateUB,
1484 status = ControlLb(&instISAC->instLB, rateLB, frameSize);
1585 double rateLB; local
1587 if (WebRtcIsac_RateAllocation(bottleneckBPS, &rateLB, &rateUB,
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c91 double rateLB = 0; local
504 rateLB = ((double)debugInfo.lbBytes * 8. *
514 rateLB,
530 // rateLB, (double)(rateLB) * 100. /(double)(rate));

Completed in 114 milliseconds