Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
Dscale.c520 #define TALIGN16(t, var) __declspec(align(16)) t _ ## var macro
522 #define TALIGN16(t, var) t var __attribute__((aligned(16))) macro
524 #define TALIGN16(t, var) t _ ## var __attribute__((aligned(16))) macro