Home
last modified time | relevance | path

Searched refs:sumRef (Results 1 – 1 of 1) sorted by relevance

/external/aac/libSBRdec/src/
Denv_calc.cpp1261 FIXP_DBL sumRef, boostGain, maxGain; in calculateSbrEnvelope() local
1267 hFreq->limiterBandTable[c + 1], &sumRef, &sumRef_e, &maxGain, in calculateSbrEnvelope()
1350 boostGain = fDivNorm(sumRef, accu, &div_e); in calculateSbrEnvelope()
2360 FIXP_DBL sumRef = 1; in calcAvgGain() local
2368 FDK_add_MantExp(sumRef, sumRef_e, nrgRef[k], nrgRef_e[k], &sumRef, in calcAvgGain()
2376 FDK_divide_MantExp(sumRef, sumRef_e, sumEst, sumEst_e, ptrAvgGain, in calcAvgGain()
2379 *ptrSumRef = sumRef; in calcAvgGain()