Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
Drow.h143 #define SIMD_ALIGNED(var) __declspec(align(16)) var macro
148 #define SIMD_ALIGNED(var) var __attribute__((aligned(16))) macro