Home | History | Annotate | Download | only in source

Lines Matching refs:ALIGN16

30 #define ALIGN16(var) __declspec(align(16)) var
32 #define ALIGN16(var) var __attribute__((aligned(16)))
2810 ALIGN16(uint8 src_row[kMaxRow12 * 2]);
2926 ALIGN16(uint8 row[kMaxInputWidth]);
2935 ALIGN16(uint8 row[kMaxInputWidth]);
3457 ALIGN16(uint16 row[kMaxInputWidth]);
3558 ALIGN16(uint8 row[kMaxInputWidth + 1]);