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

  /external/aac/libFDK/include/
fixpoint_math.h 353 FIXP_DBL f2Pow(const FIXP_DBL exp_m, const INT exp_e, INT *result_e);
361 FIXP_DBL f2Pow(const FIXP_DBL exp_m, const INT exp_e);
  /external/aac/libFDK/src/
fixpoint_math.cpp 631 FIXP_DBL f2Pow(
685 FIXP_DBL f2Pow(
692 result_m = f2Pow(exp_m, exp_e, &result_e);
724 result = f2Pow(ans_lg2, ans_lg2_e, result_e);
753 result = f2Pow(ans_lg2, ans_lg2_e, result_e);
  /external/aac/libAACenc/src/
psy_configuration.cpp 530 tmp = f2Pow(pePart, DFRACT_BITS-1-qpeprt, &qtmp);
metadata_compressor.cpp 421 result = f2Pow(-exponent, DFRACT_BITS-1-METADATA_FRACT_BITS, &e_res);
    [all...]
adj_thr.cpp     [all...]
  /external/aac/libAACdec/src/
aacdec_drc.cpp     [all...]

Completed in 158 milliseconds