OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIBYUV_DISABLE_NEON
(Results
1 - 14
of
14
) sorted by null
/external/libvpx/libvpx/third_party/libyuv/source/
compare_neon.cc
19
#if !defined(
LIBYUV_DISABLE_NEON
) && defined(__ARM_NEON__) && \
compare_neon64.cc
19
#if !defined(
LIBYUV_DISABLE_NEON
) && defined(__aarch64__)
58
#endif // !defined(
LIBYUV_DISABLE_NEON
) && defined(__aarch64__)
rotate_neon.cc
21
#if !defined(
LIBYUV_DISABLE_NEON
) && defined(__ARM_NEON__) && \
rotate_neon64.cc
22
#if !defined(
LIBYUV_DISABLE_NEON
) && defined(__aarch64__)
538
#endif // !defined(
LIBYUV_DISABLE_NEON
) && defined(__aarch64__)
rotate_argb.cc
32
#if !defined(
LIBYUV_DISABLE_NEON
) && !defined(__native_client__) && \
scale_neon.cc
19
#if !defined(
LIBYUV_DISABLE_NEON
) && defined(__ARM_NEON__) && \
[
all
...]
scale_neon64.cc
21
#if !defined(
LIBYUV_DISABLE_NEON
) && defined(__aarch64__)
[
all
...]
compare.cc
131
#if !defined(
LIBYUV_DISABLE_NEON
) && \
row_neon.cc
19
#if !defined(
LIBYUV_DISABLE_NEON
) && defined(__ARM_NEON__) && \
[
all
...]
row_neon64.cc
19
#if !defined(
LIBYUV_DISABLE_NEON
) && defined(__aarch64__)
[
all
...]
row_common.cc
[
all
...]
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
rotate_row.h
79
#if !defined(
LIBYUV_DISABLE_NEON
) && !defined(__native_client__) && \
row.h
50
#define
LIBYUV_DISABLE_NEON
53
#if defined(__clang__) && defined(__aarch64__) && !defined(
LIBYUV_DISABLE_NEON
)
55
#define
LIBYUV_DISABLE_NEON
261
#if !defined(
LIBYUV_DISABLE_NEON
) && \
[
all
...]
scale_row.h
64
#if !defined(
LIBYUV_DISABLE_NEON
) && !defined(__native_client__) && \
Completed in 72 milliseconds