Home
last modified time | relevance | path

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

/external/aac/libFDK/include/
Dfixmul.h266 #error Fallback for fixpow2_D is not 16 bit safe !
269 inline LONG fixpow2_D (const LONG a) in fixpow2_D() function
Dcommon_fix.h194 FDK_INLINE LONG fPow2(LONG a) { return fixpow2_D(a); } in fPow2()