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

/external/aac/libFDK/include/
H A Dcommon_fix.h194 FDK_INLINE LONG fPow2(LONG a) { return fixpow2_D(a); } function
195 FDK_INLINE LONG fPow2(SHORT a) { return fixpow2_S(a); } function

Completed in 324 milliseconds