comparison cavs.h @ 11369:98970e51365a libavcodec

Remove DECLARE_ALIGNED_{8,16} macros These macros are redundant. All uses are replaced with the generic DECLARE_ALIGNED macro instead.
author mru
date Sat, 06 Mar 2010 14:24:59 +0000
parents ba1c541f7e8a
children 1241c824de46
comparison
equal deleted inserted replaced
11368:3d4f64b8fb10 11369:98970e51365a
134 MV_BWD_A3 = MV_BWD_OFFS+8, 134 MV_BWD_A3 = MV_BWD_OFFS+8,
135 MV_BWD_X2, 135 MV_BWD_X2,
136 MV_BWD_X3 136 MV_BWD_X3
137 }; 137 };
138 138
139 DECLARE_ALIGNED_8(typedef, struct) { 139 DECLARE_ALIGNED(8, typedef, struct) {
140 int16_t x; 140 int16_t x;
141 int16_t y; 141 int16_t y;
142 int16_t dist; 142 int16_t dist;
143 int16_t ref; 143 int16_t ref;
144 } cavs_vector; 144 } cavs_vector;