HomeSort by relevance Sort by last modified time
    Searched refs:FDK_divide_MantExp (Results 1 - 3 of 3) sorted by null

  /external/aac/libSBRdec/src/
transcendent.h 207 static inline void FDK_divide_MantExp(FIXP_SGL a_m, /*!< Mantissa of dividend a */
263 static inline void FDK_divide_MantExp(FIXP_DBL a_m, /*!< Mantissa of dividend a */
env_calc.cpp 366 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);
    [all...]
env_dec.cpp 303 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 77 milliseconds