comparison dnxhdenc.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 34a65026fa06
children
comparison
equal deleted inserted replaced
11368:3d4f64b8fb10 11369:98970e51365a
53 unsigned dct_y_offset; 53 unsigned dct_y_offset;
54 unsigned dct_uv_offset; 54 unsigned dct_uv_offset;
55 int interlaced; 55 int interlaced;
56 int cur_field; 56 int cur_field;
57 57
58 DECLARE_ALIGNED_16(DCTELEM, blocks)[8][64]; 58 DECLARE_ALIGNED(16, DCTELEM, blocks)[8][64];
59 59
60 int (*qmatrix_c) [64]; 60 int (*qmatrix_c) [64];
61 int (*qmatrix_l) [64]; 61 int (*qmatrix_l) [64];
62 uint16_t (*qmatrix_l16)[2][64]; 62 uint16_t (*qmatrix_l16)[2][64];
63 uint16_t (*qmatrix_c16)[2][64]; 63 uint16_t (*qmatrix_c16)[2][64];