Home | History | Annotate | Download | only in src

Lines Matching refs:estimateBitrate

2069       hSbrEncoder->estimateBitrate         = 0;
2212 hSbrEncoder->estimateBitrate += 2500 * (*numChannels);
2233 hSbrEncoder->estimateBitrate += ( (((*coreSampleRate) * 5 * psEncConfig.nStereoBands * psEncConfig.maxEnvelopes) / hSbrEncoder->frameSize));
2387 INT estimateBitrate = 0;
2390 estimateBitrate += hSbrEncoder->estimateBitrate;
2393 return estimateBitrate;