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

  /external/boringssl/src/crypto/
cpu-arm.c 143 static const unsigned long kNEON = 1 << 12;
144 if ((hwcap & kNEON) == 0) {
162 static const unsigned long kNEON = 1 << 1;
168 if ((hwcap & kNEON) == 0) {
  /external/webp/src/dsp/
cpu.c 110 if (feature == kNEON) {
dsp.h 88 kNEON,
upsampling.c 219 if (VP8GetCPUInfo(kNEON)) {
dec.c 726 if (VP8GetCPUInfo(kNEON)) {
enc.c 735 if (VP8GetCPUInfo(kNEON)) {
lossless.c     [all...]

Completed in 6215 milliseconds