OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixpow2div2_D
(Results
1 - 2
of
2
) sorted by null
/external/aac/libFDK/include/
fixmul.h
257
#error Fallback for
fixpow2div2_D
is not 16 bit safe !
260
inline LONG
fixpow2div2_D
(const LONG a)
270
{ return
fixpow2div2_D
(a)<<1; }
common_fix.h
210
FDK_INLINE LONG fPow2Div2(LONG a) { return
fixpow2div2_D
(a); }
Completed in 25 milliseconds