HomeSort by relevance Sort by last modified time
    Searched refs:kNEON (Results 1 - 14 of 14) 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/
cpu.c 66 if (feature == kNEON) {
dsp.h 45 kNEON
upsampling.c 334 if (VP8GetCPUInfo(kNEON)) {
359 if (VP8GetCPUInfo(kNEON)) {
dec.c 730 if (VP8GetCPUInfo(kNEON)) {
enc.c 722 if (VP8GetCPUInfo(kNEON)) {
  /external/webp/src/dsp/
cpu.c 134 if (feature == kNEON) {
rescaler.c 222 if (VP8GetCPUInfo(kNEON)) {
dsp.h 110 kNEON,
upsampling.c 246 if (VP8GetCPUInfo(kNEON)) {
lossless.c 622 if (VP8GetCPUInfo(kNEON)) {
dec.c 750 if (VP8GetCPUInfo(kNEON)) {
enc.c 784 if (VP8GetCPUInfo(kNEON)) {
lossless_enc.c     [all...]

Completed in 108 milliseconds