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

/external/aac/libFDK/include/
H A Dcommon_fix.h210 FDK_INLINE LONG fPow2Div2(LONG a) { return fixpow2div2_D(a); } function
211 FDK_INLINE LONG fPow2Div2(SHORT a) { return fixpow2div2_S(a); } function

Completed in 73 milliseconds