Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
Dfixpoint_math.cpp626 FIXP_DBL CalcLog2(FIXP_DBL base_m, INT base_e, INT *result_e) in CalcLog2() argument
628 return fLog2(base_m, base_e, result_e); in CalcLog2()
699 FIXP_DBL base_m, INT base_e, in fPow() argument
708 base_lg2 = fLog2(base_m, base_e, &baselg2_e); in fPow()
772 FIXP_DBL base_m, INT base_e, in fPowInt() argument
787 base_e -= leadingBits; in fPowInt()
809 result_e += exp * base_e; in fPowInt()
/external/aac/libFDK/include/
Dfixpoint_math.h375 FIXP_DBL fPow(FIXP_DBL base_m, INT base_e, FIXP_DBL exp_m, INT exp_e, INT *result_e);
385 FIXP_DBL fPowInt(FIXP_DBL base_m, INT base_e, INT N, INT *result_e);