HomeSort by relevance Sort by last modified time
    Searched defs:kNEON (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/
cpu-arm.c 152 static const unsigned long kNEON = 1 << 12;
153 if ((hwcap & kNEON) == 0) {
171 static const unsigned long kNEON = 1 << 1;
177 if ((hwcap & kNEON) == 0) {
  /external/opencv3/3rdparty/libwebp/dsp/
dsp.h 45 kNEON
  /external/webp/src/dsp/
dsp.h 110 kNEON,

Completed in 85 milliseconds