Home
last modified time | relevance | path

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

/external/aac/libFDK/include/
Dfixmul.h275 inline LONG fixpow2div2_S (const SHORT a) in fixpow2div2_S() function
282 { return fixpow2div2_S(a)<<1; } in fixpow2_S()
Dcommon_fix.h211 FDK_INLINE LONG fPow2Div2(SHORT a) { return fixpow2div2_S(a); } in fPow2Div2()