HomeSort by relevance Sort by last modified time
    Searched refs:fixpow2div2_S (Results 1 - 2 of 2) sorted by null

  /external/aac/libFDK/include/
fixmul.h 275 inline LONG fixpow2div2_S (const SHORT a)
282 { return fixpow2div2_S(a)<<1; }
common_fix.h 211 FDK_INLINE LONG fPow2Div2(SHORT a) { return fixpow2div2_S(a); }

Completed in 28 milliseconds