OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rateLB
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
isac.c
799
double
rateLB
;
821
if (WebRtcIsac_RateAllocation(rate, &
rateLB
, &rateUB, &bandwidthKHz) < 0) {
833
rateLB
, instISAC->instLB.ISACencLB_obj.current_framesamples);
[
all
...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c
91
double
rateLB
= 0;
504
rateLB
= ((double)debugInfo.lbBytes * 8. *
514
rateLB
,
530
//
rateLB
, (double)(
rateLB
) * 100. /(double)(rate));
Completed in 26 milliseconds