comparison postprocess_internal.h @ 133:51571e34b760 libpostproc

Move array specifiers outside DECLARE_ALIGNED() invocations
author mru
date Fri, 22 Jan 2010 03:25:11 +0000
parents 674bd232c0e1
children 0397ed4317ef
comparison
equal deleted inserted replaced
132:a65cfe0fe4b2 133:51571e34b760
141 uint8_t *deintTemp; 141 uint8_t *deintTemp;
142 142
143 DECLARE_ALIGNED(8, uint64_t, pQPb); 143 DECLARE_ALIGNED(8, uint64_t, pQPb);
144 DECLARE_ALIGNED(8, uint64_t, pQPb2); 144 DECLARE_ALIGNED(8, uint64_t, pQPb2);
145 145
146 DECLARE_ALIGNED(8, uint64_t, mmxDcOffset[64]); 146 DECLARE_ALIGNED(8, uint64_t, mmxDcOffset)[64];
147 DECLARE_ALIGNED(8, uint64_t, mmxDcThreshold[64]); 147 DECLARE_ALIGNED(8, uint64_t, mmxDcThreshold)[64];
148 148
149 QP_STORE_T *stdQPTable; ///< used to fix MPEG2 style qscale 149 QP_STORE_T *stdQPTable; ///< used to fix MPEG2 style qscale
150 QP_STORE_T *nonBQPTable; 150 QP_STORE_T *nonBQPTable;
151 QP_STORE_T *forcedQPTable; 151 QP_STORE_T *forcedQPTable;
152 152