Home
last modified time | relevance | path

Searched refs: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
543 TALIGN16(const uint8, shuf0[16]) =
548 TALIGN16(const uint8, shuf1[16]) =
553 TALIGN16(const uint8, shuf2[16]) =
558 TALIGN16(const uint8, shuf01[16]) =
563 TALIGN16(const uint8, shuf11[16]) =
568 TALIGN16(const uint8, shuf21[16]) =
573 TALIGN16(const uint8, madd01[16]) =
[all …]