Searched refs:FDK_divide_MantExp (Results 1 – 3 of 3) sorted by relevance
/external/aac/libSBRdec/src/ |
D | transcendent.h | 207 static inline void FDK_divide_MantExp(FIXP_SGL a_m, /*!< Mantissa of dividend a */ in FDK_divide_MantExp() function 263 static inline void FDK_divide_MantExp(FIXP_DBL a_m, /*!< Mantissa of dividend a */ in FDK_divide_MantExp() function
|
D | env_calc.cpp | 375 FDK_divide_MantExp(nrgAmp, nrgAmp_e, in aliasingReduction() 405 FDK_divide_MantExp(nrgAmp, nrgAmp_e, in aliasingReduction() 772 …FDK_divide_MantExp(maxGain, maxGain_e, pNrgs->nrgGain[k], pNrgs->nrgGain_e[k], &noiseAmp, &noiseAm… in calculateSbrEnvelope() 1660 FDK_divide_MantExp( a, a_e, in calcSubbandGain() 1671 FDK_divide_MantExp( a, a_e, in calcSubbandGain() 1678 FDK_divide_MantExp( nrgRef, nrgRef_e, in calcSubbandGain() 1697 FDK_divide_MantExp( nrgRef, nrgRef_e, in calcSubbandGain() 1743 FDK_divide_MantExp(sumRef, sumRef_e, in calcAvgGain()
|
D | env_dec.cpp | 303 FDK_divide_MantExp( tempL_m, tempL_e+1, /* 2 * tempLeft */ in sbr_envelope_unmapping() 334 FDK_divide_MantExp( FL2FXCONST_SGL(0.5f), tempL_e+2, /* 2 * tempLeft */ in sbr_envelope_unmapping()
|