Searched refs:fixpow2div2_S (Results 1 – 2 of 2) sorted by relevance
275 inline LONG fixpow2div2_S (const SHORT a) in fixpow2div2_S() function282 { return fixpow2div2_S(a)<<1; } in fixpow2_S()
211 FDK_INLINE LONG fPow2Div2(SHORT a) { return fixpow2div2_S(a); } in fPow2Div2()