comparison i386/vp3dsp_sse2.c @ 7758:dfbf377bd066 libavcodec

Declare ff_vp3_idct_data to be uint16_t
author conrad
date Sun, 31 Aug 2008 07:05:29 +0000
parents b04a9742669c
children 4ab419106cb1
comparison
equal deleted inserted replaced
7757:b04a9742669c 7758:dfbf377bd066
25 25
26 #include "libavcodec/dsputil.h" 26 #include "libavcodec/dsputil.h"
27 #include "dsputil_mmx.h" 27 #include "dsputil_mmx.h"
28 #include "mmx.h" 28 #include "mmx.h"
29 29
30 DECLARE_ALIGNED_16(const unsigned short, ff_vp3_idct_data[7 * 8]) = 30 DECLARE_ALIGNED_16(const uint16_t, ff_vp3_idct_data[7 * 8]) =
31 { 31 {
32 64277,64277,64277,64277,64277,64277,64277,64277, 32 64277,64277,64277,64277,64277,64277,64277,64277,
33 60547,60547,60547,60547,60547,60547,60547,60547, 33 60547,60547,60547,60547,60547,60547,60547,60547,
34 54491,54491,54491,54491,54491,54491,54491,54491, 34 54491,54491,54491,54491,54491,54491,54491,54491,
35 46341,46341,46341,46341,46341,46341,46341,46341, 35 46341,46341,46341,46341,46341,46341,46341,46341,