Searched defs:pow2Coeff (Results 1 - 1 of 1) sorted by relevance

/external/aac/libFDK/src/
H A Dfixpoint_math.cpp135 pow2Coeff[i-1] = (1/i!) d^i(2^x)/dx^i, i=1..MAX_POW2_PRECISION
142 static const FIXP_DBL pow2Coeff[MAX_POW2_PRECISION] = { variable
155 static const FIXP_SGL pow2Coeff[MAX_POW2_PRECISION] = { variable
631 result_m = fMultAddDiv2(result_m, pow2Coeff[i], p);

Completed in 53 milliseconds