Home
last modified time | relevance | path

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

/external/aac/libFDK/include/
Dfixmul.h257 #error Fallback for fixpow2div2_D is not 16 bit safe !
260 inline LONG fixpow2div2_D (const LONG a) in fixpow2div2_D() function
270 { return fixpow2div2_D(a)<<1; } in fixpow2_D()
Dcommon_fix.h210 FDK_INLINE LONG fPow2Div2(LONG a) { return fixpow2div2_D(a); } in fPow2Div2()