Searched refs:fixpow2_D (Results 1 – 2 of 2) sorted by relevance
279 inline LONG fixpow2_D(const LONG a) { return fixpow2div2_D(a) << 1; } in fixpow2_D() function
242 FDK_INLINE LONG fPow2(LONG a) { return fixpow2_D(a); } in fPow2()