Home
last modified time | relevance | path

Searched defs:SIMD_ALIGNED (Results 1 – 4 of 4) sorted by relevance

/external/libyuv/files/unit_test/
Dplanar_test.cc24 #define SIMD_ALIGNED(var) __declspec(align(16)) var macro
26 #define SIMD_ALIGNED(var) var __attribute__((aligned(16))) macro
/external/libyuv/files/include/libyuv/
Drow.h148 #define SIMD_ALIGNED(var) __declspec(align(16)) var macro
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h369 #define SIMD_ALIGNED(var) __declspec(align(16)) var macro
/external/libyuv/files/source/
Drow_posix.cc1303 } CONST SIMD_ALIGNED(kYuvConstants) = { variable