Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/math/
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
314 # define ALIGN16 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/libhevc/common/
Dihevc_macros.h50 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
/external/libavc/common/
Dih264_macros.h48 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
/external/libavc/test/encoder/
Dapp.h54 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro