Home
last modified time | relevance | path

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

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