Searched refs:fixpow2div2_S (Results 1 – 2 of 2) sorted by relevance
284 inline LONG fixpow2div2_S(const SHORT a) { return fixmuldiv2_SS(a, a); } in fixpow2div2_S() function290 LONG result = fixpow2div2_S(a) << 1; in fixpow2_S()
250 FDK_INLINE LONG fPow2Div2(SHORT a) { return fixpow2div2_S(a); } in fPow2Div2()