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

/external/aac/libSBRdec/src/
H A Dtranscendent.h207 static inline void FDK_divide_MantExp(FIXP_SGL a_m, /*!< Mantissa of dividend a */ function
263 static inline void FDK_divide_MantExp(FIXP_DBL a_m, /*!< Mantissa of dividend a */ function
H A Denv_calc.cpp366 FDK_divide_MantExp(nrgAmp, nrgAmp_e,
396 FDK_divide_MantExp(nrgAmp, nrgAmp_e,
763 FDK_divide_MantExp(maxGain, maxGain_e, pNrgs->nrgGain[k], pNrgs->nrgGain_e[k], &noiseAmp, &noiseAmp_e);
1640 FDK_divide_MantExp( a, a_e,
1651 FDK_divide_MantExp( a, a_e,
1658 FDK_divide_MantExp( nrgRef, nrgRef_e,
1677 FDK_divide_MantExp( nrgRef, nrgRef_e,
1723 FDK_divide_MantExp(sumRef, sumRef_e,
H A Denv_dec.cpp303 FDK_divide_MantExp( tempL_m, tempL_e+1, /* 2 * tempLeft */
334 FDK_divide_MantExp( FL2FXCONST_SGL(0.5f), tempL_e+2, /* 2 * tempLeft */

Completed in 73 milliseconds