Home
last modified time | relevance | path

Searched defs:fPow2 (Results 1 – 2 of 2) sorted by relevance

/dports/audio/fdk-aac/fdk-aac-2.0.2/libFDK/include/
H A Dcommon_fix.h242 FDK_INLINE LONG fPow2(LONG a) { return fixpow2_D(a); } in fPow2() function
243 FDK_INLINE LONG fPow2(SHORT a) { return fixpow2_S(a); } in fPow2() function
/dports/multimedia/handbrake/fdk-aac-2.0.1/libFDK/include/
H A Dcommon_fix.h242 FDK_INLINE LONG fPow2(LONG a) { return fixpow2_D(a); } in fPow2() function
243 FDK_INLINE LONG fPow2(SHORT a) { return fixpow2_S(a); } in fPow2() function