Home
last modified time | relevance | path

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

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