Home
last modified time | relevance | path

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

/external/aac/libFDK/include/
Dfixmul.h289 inline LONG fixpow2_S(const SHORT a) { in fixpow2_S() function
Dcommon_fix.h243 FDK_INLINE LONG fPow2(SHORT a) { return fixpow2_S(a); } in fPow2()