comparison libpostproc/postprocess_internal.h @ 1724:ea5200a9f730 libavcodec

mpeg2 QP clamping fix
author michael
date Sun, 04 Jan 2004 17:29:51 +0000
parents 2e06398e4647
children 98d8283534bb
comparison
equal deleted inserted replaced
1723:033d889d7c2c 1724:ea5200a9f730
132 uint8_t *deintTemp; 132 uint8_t *deintTemp;
133 133
134 uint64_t __attribute__((aligned(8))) pQPb; 134 uint64_t __attribute__((aligned(8))) pQPb;
135 uint64_t __attribute__((aligned(8))) pQPb2; 135 uint64_t __attribute__((aligned(8))) pQPb2;
136 136
137 uint64_t __attribute__((aligned(8))) mmxDcOffset[32]; 137 uint64_t __attribute__((aligned(8))) mmxDcOffset[64];
138 uint64_t __attribute__((aligned(8))) mmxDcThreshold[32]; 138 uint64_t __attribute__((aligned(8))) mmxDcThreshold[64];
139 139
140 QP_STORE_T *stdQPTable; ///< used to fix MPEG2 style qscale 140 QP_STORE_T *stdQPTable; ///< used to fix MPEG2 style qscale
141 QP_STORE_T *nonBQPTable; 141 QP_STORE_T *nonBQPTable;
142 QP_STORE_T *forcedQPTable; 142 QP_STORE_T *forcedQPTable;
143 143