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

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

Completed in 20 milliseconds