Searched defs:DECLARE_ALIGNED (Results 1 – 4 of 4) sorted by relevance
| /third_party/ffmpeg/libavutil/ |
| D | mem.h | 109 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v macro 113 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (FFMIN(n, 16)))) v macro 117 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v macro 121 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v macro 125 #define DECLARE_ALIGNED(n,t,v) t v macro
|
| D | mem_internal.h | 79 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v macro 83 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (FFMIN(n, 16)))) v macro 87 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v macro 91 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v macro 95 #define DECLARE_ALIGNED(n,t,v) t v macro
|
| /third_party/ffmpeg/libavcodec/ |
| D | sinewin_fixed_tablegen.h | 28 #define DECLARE_ALIGNED(align, type, name) type name macro
|
| D | aacps_fixed_tablegen.h | 41 #define DECLARE_ALIGNED(align, type, variable) type variable macro
|