Searched defs:USE_NEON (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioResamplerFirOps.h29 #ifndef USE_NEON
30 #define USE_NEON (true) macro
33 #define USE_NEON (false)
35 #if USE_NEON
H A DAudioResamplerSinc.cpp46 #ifndef USE_NEON
47 #define USE_NEON (true) macro
50 #define USE_NEON (false) macro
52 #if USE_NEON
144 #if !USE_NEON
207 #endif // !USE_NEON
428 #if !USE_NEON

Completed in 48 milliseconds