Searched refs:estimateBitrate (Results 1 – 2 of 2) sorted by relevance
148 INT estimateBitrate; /* estimate bitrate of SBR encoder */ member
2069 hSbrEncoder->estimateBitrate = 0; in sbrEncoder_Init()2212 hSbrEncoder->estimateBitrate += 2500 * (*numChannels); in sbrEncoder_Init()2233 …hSbrEncoder->estimateBitrate += ( (((*coreSampleRate) * 5 * psEncConfig.nStereoBands * psEncConfig… in sbrEncoder_Init()2387 INT estimateBitrate = 0; in sbrEncoder_GetEstimateBitrate() local2390 estimateBitrate += hSbrEncoder->estimateBitrate; in sbrEncoder_GetEstimateBitrate()2393 return estimateBitrate; in sbrEncoder_GetEstimateBitrate()