Home
last modified time | relevance | path

Searched refs:kNEON (Results 1 – 14 of 14) sorted by relevance

/external/boringssl/src/crypto/
Dcpu-arm.c152 static const unsigned long kNEON = 1 << 12; in OPENSSL_cpuid_setup() local
153 if ((hwcap & kNEON) == 0) { in OPENSSL_cpuid_setup()
171 static const unsigned long kNEON = 1 << 1; in OPENSSL_cpuid_setup() local
177 if ((hwcap & kNEON) == 0) { in OPENSSL_cpuid_setup()
/external/opencv3/3rdparty/libwebp/dsp/
Dcpu.c66 if (feature == kNEON) { in AndroidCPUInfo()
Dupsampling.c334 if (VP8GetCPUInfo(kNEON)) { in WebPInitUpsamplers()
359 if (VP8GetCPUInfo(kNEON)) { in WebPInitPremultiply()
Ddsp.h45 kNEON enumerator
Ddec.c730 if (VP8GetCPUInfo(kNEON)) { in VP8DspInit()
Denc.c722 if (VP8GetCPUInfo(kNEON)) { in VP8EncDspInit()
/external/webp/src/dsp/
Dcpu.c134 if (feature == kNEON) { in AndroidCPUInfo()
Drescaler.c222 if (VP8GetCPUInfo(kNEON)) { in WebPRescalerDspInit()
Dupsampling.c246 if (VP8GetCPUInfo(kNEON)) { in WebPInitUpsamplers()
Ddsp.h110 kNEON, enumerator
Dlossless.c622 if (VP8GetCPUInfo(kNEON)) { in VP8LDspInit()
Dlossless_enc.c1197 if (VP8GetCPUInfo(kNEON)) { in VP8LEncDspInit()
Ddec.c750 if (VP8GetCPUInfo(kNEON)) { in VP8DspInit()
Denc.c784 if (VP8GetCPUInfo(kNEON)) { in VP8EncDspInit()