comparison i386/cavsdsp_mmx.c @ 5946:55251379b5b1 libavcodec

make ff_p* vars extern so that they can be used in various *_mmx.c files
author aurel
date Tue, 27 Nov 2007 22:23:34 +0000
parents 2b72f9bc4f06
children 80103098c797
comparison
equal deleted inserted replaced
5945:3413fce9e26a 5946:55251379b5b1
21 * License along with FFmpeg; if not, write to the Free Software 21 * License along with FFmpeg; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23 */ 23 */
24 24
25 #include "dsputil.h" 25 #include "dsputil.h"
26 #include "dsputil_mmx.h"
26 #include "common.h" 27 #include "common.h"
27
28 DECLARE_ALIGNED_8(static const uint64_t,ff_pw_4 ) = 0x0004000400040004ULL;
29 DECLARE_ALIGNED_8(static const uint64_t,ff_pw_5 ) = 0x0005000500050005ULL;
30 DECLARE_ALIGNED_8(static const uint64_t,ff_pw_7 ) = 0x0007000700070007ULL;
31 DECLARE_ALIGNED_8(static const uint64_t,ff_pw_42) = 0x002A002A002A002AULL;
32 DECLARE_ALIGNED_8(static const uint64_t,ff_pw_64) = 0x0040004000400040ULL;
33 DECLARE_ALIGNED_8(static const uint64_t,ff_pw_96) = 0x0060006000600060ULL;
34 28
35 /***************************************************************************** 29 /*****************************************************************************
36 * 30 *
37 * inverse transform 31 * inverse transform
38 * 32 *