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

  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
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...]
  /external/libyuv/files/include/libyuv/
row.h 56 #define LIBYUV_DISABLE_NEON
59 #if defined(__clang__) && defined(__aarch64__) && !defined(LIBYUV_DISABLE_NEON)
61 #define LIBYUV_DISABLE_NEON
272 #if !defined(LIBYUV_DISABLE_NEON) && \
    [all...]

Completed in 44 milliseconds