Searched defs:ALIGN16 (Results 1 - 8 of 8) sorted by relevance

/external/libmpeg2/common/
H A Dicv_macros.h63 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
H A Dimpeg2_macros.h49 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
/external/libavc/common/
H A Dih264_macros.h48 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
/external/libhevc/common/
H A Dihevc_macros.h50 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
/external/mesa3d/src/mesa/math/
H A Dm_debug_util.h305 # define ALIGN16(type, array) type array __attribute__ ((aligned (16))) macro
307 # define ALIGN16(type, array) type array __declspec(align(16)) /* GH: Does this work? */ macro
309 # define ALIGN16(type, array) /* Watcom does not support this */ macro
311 # define ALIGN16(type, array) type __align (16) array macro
313 # warning "ALIGN16 will not 16-byte align!\n"
314 # define ALIGN16 macro
/external/webrtc/talk/session/media/
H A Dyuvscaler_unittest.cc39 #define ALIGN16(var) __declspec(align(16)) var macro
41 #define ALIGN16(var) var __attribute__((aligned(16))) macro
195 ALIGN16(uint8_t ibuf[I420_SIZE(iw, ih)]);
196 ALIGN16(uint8_t obuf[I420_SIZE(ow, oh)]);
/external/libavc/test/encoder/
H A Dapp.h54 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
/external/webrtc/talk/media/base/
H A Dvideoframe_unittest.h48 #define ALIGN16(var) __declspec(align(16)) var macro
50 #define ALIGN16(var) var __attribute__((aligned(16))) macro

Completed in 688 milliseconds