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

  /external/libyuv/files/include/libyuv/
planar_functions.h 317 #define YUV_DISABLE_ASM
325 #if !defined(YUV_DISABLE_ASM) && \
row.h 27 #define YUV_DISABLE_ASM
35 #if !defined(YUV_DISABLE_ASM) && \
96 #if !defined(YUV_DISABLE_ASM) && defined(_M_IX86)
106 #if !defined(YUV_DISABLE_ASM) && \
115 #if !defined(YUV_DISABLE_ASM) && (defined(__ARM_NEON__) || defined(LIBYUV_NEON))
  /external/libvpx/libvpx/third_party/libyuv/source/
row.h 20 #define YUV_DISABLE_ASM
23 #if defined(__ARM_NEON__) && !defined(YUV_DISABLE_ASM)
46 !defined(YUV_DISABLE_ASM)
71 #if defined(__ARM_NEON__) && !defined(YUV_DISABLE_ASM)

Completed in 152 milliseconds