Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dtranscendent.h329 static inline void FDK_sqrt_MantExp(FIXP_DBL *mantissa, /*!< Pointer to mantissa */ in FDK_sqrt_MantExp() function
Denv_calc.cpp847 FDK_sqrt_MantExp(&pNrgs->nrgSine[k], &pNrgs->nrgSine_e[k], &noise_e); in calculateSbrEnvelope()
848 FDK_sqrt_MantExp(&pNrgs->nrgGain[k], &pNrgs->nrgGain_e[k], &pNrgs->nrgGain_e[k]); in calculateSbrEnvelope()
849 FDK_sqrt_MantExp(&pNrgs->noiseLevel[k], &pNrgs->noiseLevel_e[k], &noise_e); in calculateSbrEnvelope()