Home
last modified time | relevance | path

Searched refs:neon (Results 1 - 25 of 70) sorted by relevance

123

/third_party/ffmpeg/libavutil/aarch64/
H A Dneontest.h43 uint64_t neon[2][8]; \
45 storeneonregs(neon[0]); \
47 storeneonregs(neon[1]); \
48 if (memcmp(neon[0], neon[1], sizeof(neon[0]))) { \
53 if (neon[0][i] != neon[1][i]) { \
56 8 + i, av_bswap64(neon[0][i])); \
59 av_bswap64(neon[
[all...]
/third_party/ffmpeg/libavutil/arm/
H A Dneontest.h40 uint64_t neon[2][8]; \
42 storeneonregs(neon[0]); \
44 storeneonregs(neon[1]); \
45 if (memcmp(neon[0], neon[1], sizeof(neon[0]))) { \
50 if (neon[0][i] != neon[1][i]) { \
53 8 + i, av_bswap64(neon[0][i])); \
56 av_bswap64(neon[
[all...]
H A Dasm.S71 FPU .fpu neon
/third_party/ffmpeg/libavcodec/arm/
H A Dvp8dsp_init_neon.c32 VP8_LF(neon); variable
34 VP8_EPEL(16, neon);
35 VP8_EPEL(8, neon);
36 VP8_EPEL(4, neon);
38 VP8_BILIN(16, neon);
39 VP8_BILIN(8, neon);
40 VP8_BILIN(4, neon);
/third_party/ffmpeg/libavcodec/aarch64/
H A Dvp8dsp_init_aarch64.c33 VP8_LF(neon); variable
35 VP8_EPEL(16, neon);
36 VP8_EPEL(8, neon);
37 VP8_EPEL(4, neon);
39 VP8_BILIN(16, neon);
40 VP8_BILIN(8, neon);
41 VP8_BILIN(4, neon);
/third_party/ffmpeg/libswscale/aarch64/
H A Dswscale.c37 ALL_SCALE_FUNCS(neon); variable
63 ASSIGN_SCALE_FUNC(c->hyScale, c->hLumFilterSize, neon); in ff_sws_init_swscale_aarch64()
64 ASSIGN_SCALE_FUNC(c->hcScale, c->hChrFilterSize, neon); in ff_sws_init_swscale_aarch64()
/third_party/skia/third_party/externals/brotli/
H A DMakefile27 CFLAGS += -march=armv7-a -mfloat-abi=hard -mfpu=neon
/third_party/musl/porting/liteos_a/user/src/string/arm/
H A Dmemset.S33 .fpu neon
H A Dmemcmp.S33 .fpu neon
/third_party/musl/src/string/arm/liteos_a/
H A Dmemset.S33 .fpu neon
H A Dmemcmp.S33 .fpu neon
/third_party/skia/src/core/
H A DSkOpts.cpp17 #define SK_OPTS_NS neon
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/
H A Darmv4cpuid.S121 .fpu neon
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/
H A Darmv4cpuid.S121 .fpu neon
/third_party/node/deps/openssl/openssl/crypto/
H A Darmv4cpuid.pl145 .fpu neon
/third_party/openssl/crypto/
H A Darmv4cpuid.pl145 .fpu neon
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/bn/
H A Darmv4-gf2m.S167 .fpu neon
H A Darmv4-mont.S202 .fpu neon
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/bn/
H A Darmv4-gf2m.S167 .fpu neon
/third_party/musl/scripts/build_lite/
H A DMakefile72 ARCH_CFLAGS = -mfloat-abi=softfp -mcpu=cortex-a7 -mfpu=neon-vfpv4
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Darmv4-gf2m.pl259 .fpu neon
/third_party/openssl/crypto/bn/asm/
H A Darmv4-gf2m.pl259 .fpu neon
/third_party/skia/third_party/externals/libpng/arm/
H A Dfilter_neon.S27 * only works if -mfpu=neon is specified on the GCC command line. See pngpriv.h
41 .fpu neon
/third_party/skia/third_party/externals/libwebp/
H A DAndroid.mk26 # Setting LOCAL_ARM_NEON will enable -mfpu=neon which may cause illegal
27 # instructions to be generated for armv7a code. Instead target the neon code
29 NEON := c.neon
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/
H A Dghashv8-armx.S4 .fpu neon

Completed in 9 milliseconds

123