Home | Sort by relevance Sort by last modified time |
/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); } |