Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dtranscendent.h226 static inline void FDK_divide_MantExp( in FDK_divide_MantExp() function
282 static inline void FDK_divide_MantExp( in FDK_divide_MantExp() function
Denv_dec.cpp318 FDK_divide_MantExp(tempL_m, tempL_e + 1, /* 2 * tempLeft */ in sbr_envelope_unmapping()
352 FDK_divide_MantExp(FL2FXCONST_SGL(0.5f), tempL_e + 2, /* 2 * tempLeft */ in sbr_envelope_unmapping()
Denv_calc.cpp456 FDK_divide_MantExp(nrgAmp, nrgAmp_e, nrgOrig, nrgOrig_e, &groupGain, in aliasingReduction()
485 FDK_divide_MantExp(nrgAmp, nrgAmp_e, nrgMod, nrgMod_e, &compensation, in aliasingReduction()
1326 FDK_divide_MantExp(maxGain, maxGain_e, pNrgs->nrgGain[k], in calculateSbrEnvelope()
2302 FDK_divide_MantExp(a, a_e, b, b_e, ptrNoiseLevel, ptrNoiseLevel_e); in calcSubbandGain()
2310 FDK_divide_MantExp(a, a_e, c, c_e, ptrNrgGain, ptrNrgGain_e); in calcSubbandGain()
2314 FDK_divide_MantExp(nrgRef, nrgRef_e, b, b_e, ptrNrgSine, ptrNrgSine_e); in calcSubbandGain()
2380 FDK_divide_MantExp(sumRef, sumRef_e, sumEst, sumEst_e, ptrAvgGain, in calcAvgGain()