Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/math/
Dm_debug_util.h308 # define ALIGN16(type, array) type array __attribute__ ((aligned (16))) macro
310 # define ALIGN16(type, array) type array __declspec(align(16)) /* GH: Does this work? */ macro
312 # define ALIGN16(type, array) type __align (16) array macro
315 # define ALIGN16 macro
/external/webrtc/talk/session/media/
Dyuvscaler_unittest.cc39 #define ALIGN16(var) __declspec(align(16)) var macro
41 #define ALIGN16(var) var __attribute__((aligned(16))) macro
/external/libmpeg2/common/
Dicv_macros.h63 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
Dimpeg2_macros.h49 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h317 #define ALIGN16 __declspec(align(16)) macro
319 #define ALIGN16 __attribute__((aligned(16))) macro
/external/libhevc/common/
Dihevc_macros.h52 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
/external/libavc/common/
Dih264_macros.h48 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h48 #define ALIGN16(var) __declspec(align(16)) var macro
50 #define ALIGN16(var) var __attribute__((aligned(16))) macro
/external/libavc/test/encoder/
Dapp.h54 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro