comparison x86/vp3dsp_sse2.c @ 11373:b57409c0c286 libavcodec

Add some missing #includes
author mru
date Sat, 06 Mar 2010 22:36:36 +0000
parents 98970e51365a
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11372:e6e95656937d 11373:b57409c0c286
23 * SSE2-optimized functions cribbed from the original VP3 source code. 23 * SSE2-optimized functions cribbed from the original VP3 source code.
24 */ 24 */
25 25
26 #include "libavcodec/dsputil.h" 26 #include "libavcodec/dsputil.h"
27 #include "dsputil_mmx.h" 27 #include "dsputil_mmx.h"
28 #include "vp3dsp_sse2.h"
28 29
29 DECLARE_ALIGNED(16, const uint16_t, ff_vp3_idct_data)[7 * 8] = 30 DECLARE_ALIGNED(16, const uint16_t, ff_vp3_idct_data)[7 * 8] =
30 { 31 {
31 64277,64277,64277,64277,64277,64277,64277,64277, 32 64277,64277,64277,64277,64277,64277,64277,64277,
32 60547,60547,60547,60547,60547,60547,60547,60547, 33 60547,60547,60547,60547,60547,60547,60547,60547,