Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_calc.cpp1278 FIXP_DBL sumRef, boostGain, maxGain; in calculateSbrEnvelope() local
1284 hFreq->limiterBandTable[c + 1], &sumRef, &sumRef_e, &maxGain, in calculateSbrEnvelope()
1367 boostGain = fDivNorm(sumRef, accu, &div_e); in calculateSbrEnvelope()
2364 FIXP_DBL sumRef = 1; in calcAvgGain() local
2372 FDK_add_MantExp(sumRef, sumRef_e, nrgRef[k], nrgRef_e[k], &sumRef, in calcAvgGain()
2380 FDK_divide_MantExp(sumRef, sumRef_e, sumEst, sumEst_e, ptrAvgGain, in calcAvgGain()
2383 *ptrSumRef = sumRef; in calcAvgGain()