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

  /external/libyuv/files/source/
compare_neon.cc 18 #if !defined(YUV_DISABLE_ASM) && defined(__ARM_NEON__)
rotate_neon.cc 20 #if !defined(YUV_DISABLE_ASM) && defined(__ARM_NEON__)
scale_neon.cc 20 #if !defined(YUV_DISABLE_ASM) && defined(__ARM_NEON__)
compare.cc 39 #if !defined(YUV_DISABLE_ASM) && defined(_M_IX86)
125 #elif !defined(YUV_DISABLE_ASM) && \
247 #if !defined(YUV_DISABLE_ASM) && (defined(__ARM_NEON__) || defined(LIBYUV_NEON))
252 #elif !defined(YUV_DISABLE_ASM) && defined(_M_IX86)
293 #elif !defined(YUV_DISABLE_ASM) && (defined(__x86_64__) || defined(__i386__))
rotate_argb.cc 25 #if !defined(YUV_DISABLE_ASM) && (defined(_M_IX86) || \
rotate.cc 23 #if !defined(YUV_DISABLE_ASM) && \
44 #if !defined(YUV_DISABLE_ASM) && defined(__ARM_NEON__)
61 #if !defined(YUV_DISABLE_ASM) && defined(_M_IX86)
283 #elif !defined(YUV_DISABLE_ASM) && (defined(__i386__) || defined(__x86_64__))
372 #if !defined(YUV_DISABLE_ASM) && defined (__i386__)
494 #elif !defined(YUV_DISABLE_ASM) && defined(__x86_64__)
    [all...]
row_neon.cc 19 #if !defined(YUV_DISABLE_ASM) && defined(__ARM_NEON__)
    [all...]
format_conversion.cc 27 #if !defined(YUV_DISABLE_ASM) && defined(_M_IX86)
52 #elif !defined(YUV_DISABLE_ASM) && (defined(__x86_64__) || defined(__i386__))
scale_argb.cc 34 #if !defined(YUV_DISABLE_ASM) && defined(_M_IX86)
360 #elif !defined(YUV_DISABLE_ASM) && (defined(__x86_64__) || defined(__i386__))
    [all...]
convert.cc 66 #if !defined(YUV_DISABLE_ASM) && defined(_M_IX86)
92 #elif !defined(YUV_DISABLE_ASM) && (defined(__x86_64__) || defined(__i386__))
192 #if !defined(YUV_DISABLE_ASM) && (defined(__ARM_NEON__) || defined(LIBYUV_NEON))
196 #elif !defined(YUV_DISABLE_ASM) && \
    [all...]
scale.cc 53 #if !defined(YUV_DISABLE_ASM) && defined(__ARM_NEON__)
110 #elif !defined(YUV_DISABLE_ASM) && \
196 #if !defined(YUV_DISABLE_ASM) && defined(_M_IX86)
    [all...]
convert_from.cc 231 #if !defined(YUV_DISABLE_ASM) && defined(_M_IX86)
309 #elif !defined(YUV_DISABLE_ASM) && (defined(__x86_64__) || defined(__i386__))
    [all...]
row_posix.cc 21 #if !defined(YUV_DISABLE_ASM) && (defined(__x86_64__) || defined(__i386__))
    [all...]
row_win.cc 19 #if !defined(YUV_DISABLE_ASM) && defined(_M_IX86)
    [all...]
  /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)
scale.c 25 * Note: Defining YUV_DISABLE_ASM allows to use c version.
27 //#define YUV_DISABLE_ASM
61 #if defined(__ARM_NEON__) && !defined(YUV_DISABLE_ASM)
518 !defined(YUV_DISABLE_ASM)
635 #if defined(_M_IX86) && !defined(YUV_DISABLE_ASM)
    [all...]
  /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))

Completed in 693 milliseconds