/external/libyuv/files/include/libyuv/ |
D | compare_row.h | 24 #define LIBYUV_DISABLE_X86 macro 32 #define LIBYUV_DISABLE_X86 macro 49 #if !defined(LIBYUV_DISABLE_X86) && \ 57 #if !defined(LIBYUV_DISABLE_X86) && defined(_M_IX86) && defined(_MSC_VER) && \ 64 #if !defined(LIBYUV_DISABLE_X86) && \ 70 #if !defined(LIBYUV_DISABLE_X86) && defined(CLANG_HAS_AVX2) && \
|
D | rotate_row.h | 24 #define LIBYUV_DISABLE_X86 macro 32 #define LIBYUV_DISABLE_X86 macro 36 #if !defined(LIBYUV_DISABLE_X86) && defined(_M_IX86) && defined(_MSC_VER) 42 #if !defined(LIBYUV_DISABLE_X86) && (defined(__i386__) || defined(__x86_64__)) 47 #if !defined(LIBYUV_DISABLE_X86) && defined(__x86_64__)
|
D | planar_functions.h | 29 #define LIBYUV_DISABLE_X86 macro 34 #define LIBYUV_DISABLE_X86 macro 38 #if !defined(LIBYUV_DISABLE_X86) && \
|
D | scale_row.h | 25 #define LIBYUV_DISABLE_X86 macro 33 #define LIBYUV_DISABLE_X86 macro 57 #if !defined(LIBYUV_DISABLE_X86) && \ 78 #if !defined(LIBYUV_DISABLE_X86) && \
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | rotate_row.h | 24 #define LIBYUV_DISABLE_X86 macro 34 #if !defined(LIBYUV_DISABLE_X86) && \ 56 #if !defined(LIBYUV_DISABLE_X86) && defined(_M_IX86) && \ 63 #if !defined(LIBYUV_DISABLE_X86) && \ 69 #if !defined(LIBYUV_DISABLE_X86) && defined(__i386__) && !defined(__clang__) 74 #if !defined(LIBYUV_DISABLE_X86) && !defined(__native_client__) && \
|
D | scale_row.h | 25 #define LIBYUV_DISABLE_X86 macro 35 #if !defined(LIBYUV_DISABLE_X86) && \ 53 #if !defined(LIBYUV_DISABLE_X86) && defined(VISUALC_HAS_AVX2) 60 #if !defined(LIBYUV_DISABLE_X86) && defined(_M_IX86) && !defined(__clang__)
|
D | planar_functions.h | 407 #define LIBYUV_DISABLE_X86 macro 410 #if !defined(LIBYUV_DISABLE_X86) && \
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | rotate_gcc.cc | 20 #if !defined(LIBYUV_DISABLE_X86) && (defined(__x86_64__) || defined(__i386__)) 22 #if !defined(LIBYUV_DISABLE_X86) && \ 109 #if !defined(LIBYUV_DISABLE_X86) && defined(__i386__) && !defined(__clang__) 236 #if !defined(LIBYUV_DISABLE_X86) && !defined(__native_client__) && \
|
D | compare_gcc.cc | 19 #if !defined(LIBYUV_DISABLE_X86) && (defined(__x86_64__) || defined(__i386__)) 63 #if !defined(LIBYUV_DISABLE_X86) && \
|
D | compare.cc | 34 #if !defined(LIBYUV_DISABLE_X86) && \ 136 #if !defined(LIBYUV_DISABLE_X86) && \
|
D | rotate_argb.cc | 25 #if !defined(LIBYUV_DISABLE_X86) && \
|
D | compare_win.cc | 20 #if !defined(LIBYUV_DISABLE_X86) && defined(_M_IX86) && \
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | rotate_row.h | 24 #define LIBYUV_DISABLE_X86 macro 32 #define LIBYUV_DISABLE_X86 macro 36 #if !defined(LIBYUV_DISABLE_X86) && defined(_M_IX86) && defined(_MSC_VER) 42 #if !defined(LIBYUV_DISABLE_X86) && (defined(__i386__) || defined(__x86_64__)) 47 #if !defined(LIBYUV_DISABLE_X86) && defined(__x86_64__)
|
D | planar_functions.h | 29 #define LIBYUV_DISABLE_X86 macro 34 #define LIBYUV_DISABLE_X86 macro 38 #if !defined(LIBYUV_DISABLE_X86) && \
|
D | scale_row.h | 25 #define LIBYUV_DISABLE_X86 macro 33 #define LIBYUV_DISABLE_X86 macro 57 #if !defined(LIBYUV_DISABLE_X86) && \ 78 #if !defined(LIBYUV_DISABLE_X86) && \
|
/external/libyuv/files/util/ |
D | ssim.cc | 22 #if !defined(LIBYUV_DISABLE_X86) && !defined(__SSE2__) && \ 26 #if !defined(LIBYUV_DISABLE_X86) && defined(__SSE2__) 51 #if !defined(LIBYUV_DISABLE_X86) && defined(__SSE2__) 156 #if defined(LIBYUV_DISABLE_X86) || !defined(__SSE2__) in GetSSIMFullKernel()
|
D | psnr.cc | 108 #elif !defined(LIBYUV_DISABLE_X86) && defined(_M_IX86) && defined(_MSC_VER) 147 #elif !defined(LIBYUV_DISABLE_X86) && (defined(__x86_64__) || defined(__i386__))
|
/external/libyuv/files/source/ |
D | rotate_gcc.cc | 20 #if !defined(LIBYUV_DISABLE_X86) && \
|
D | compare_gcc.cc | 22 #if !defined(LIBYUV_DISABLE_X86) && \
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate_gcc.cc | 20 #if !defined(LIBYUV_DISABLE_X86) && \
|
D | compare_gcc.cc | 22 #if !defined(LIBYUV_DISABLE_X86) && \
|
/external/libyuv/files/docs/ |
D | environment_variables.md | 13 LIBYUV_DISABLE_X86
|
/external/libyuv/files/unit_test/ |
D | cpu_test.cc | 88 #if !defined(LIBYUV_DISABLE_X86) && \ in TEST_F()
|
/external/libyuv/files/ |
D | libyuv.gyp | 122 # 'LIBYUV_DISABLE_X86',
|
D | libyuv_test.gyp | 100 # 'LIBYUV_DISABLE_X86',
|