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

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

Completed in 247 milliseconds