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

  /external/aac/libPCMutils/src/
limiter.cpp 146 attackConst = fPow(FL2FXCONST_DBL(0.1f), 0, exponent, 0, &e_ans);
151 releaseConst = fPow(FL2FXCONST_DBL(0.1f), 0, exponent, 0, &e_ans);
422 attackConst = fPow(FL2FXCONST_DBL(0.1f), 0, exponent, 0, &e_ans);
427 releaseConst = fPow(FL2FXCONST_DBL(0.1f), 0, exponent, 0, &e_ans);
457 attackConst = fPow(FL2FXCONST_DBL(0.1f), 0, exponent, 0, &e_ans);
481 releaseConst = fPow(FL2FXCONST_DBL(0.1f), 0, exponent, 0, &e_ans);
  /external/aac/libAACenc/src/
pnsparam.cpp 305 tmp = fPow(np->refPower, 0, sfbWidth, DFRACT_BITS-1-5, &qtmp);
psy_configuration.cpp 363 mask_factor = fPow(ten_fix, DFRACT_BITS-1-ten_e, -dbVal_fix, DFRACT_BITS-1-dbVal_e, &q_msk);
aacenc_tns.cpp     [all...]
  /external/aac/libFDK/include/
fixpoint_math.h 404 FIXP_DBL fPow(FIXP_DBL base_m, INT base_e, FIXP_DBL exp_m, INT exp_e, INT *result_e);
  /external/aac/libSBRenc/src/
nf_est.cpp 496 tmp = fPow(2, DFRACT_BITS-1, exp, qexp, &qtmp);
sbrenc_freq_sca.cpp 571 tmp = fPow(base, qb, exp, qe, &qtmp);
  /external/aac/libFDK/src/
fixpoint_math.cpp 698 FIXP_DBL fPow(

Completed in 622 milliseconds