Searched refs:estimateBitrate (Results 1 – 2 of 2) sorted by relevance
148 INT estimateBitrate; /* estimate bitrate of SBR encoder */ member
1978 hSbrEncoder->estimateBitrate = 0; in sbrEncoder_Init()2120 hSbrEncoder->estimateBitrate += 2500 * (*numChannels); in sbrEncoder_Init()2141 …hSbrEncoder->estimateBitrate += ( (((*coreSampleRate) * 5 * psEncConfig.nStereoBands * psEncConfig… in sbrEncoder_Init()2295 INT estimateBitrate = 0; in sbrEncoder_GetEstimateBitrate() local2298 estimateBitrate += hSbrEncoder->estimateBitrate; in sbrEncoder_GetEstimateBitrate()2301 return estimateBitrate; in sbrEncoder_GetEstimateBitrate()