comparison i386/vp3dsp_sse2.c @ 5010:d5ba514e3f4a libavcodec

Add libavcodec to compiler include flags in order to simplify header include paths in the source files. mostly from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net
author diego
date Wed, 16 May 2007 09:51:45 +0000
parents c8c591fe26f8
children 42b99a3aadde
comparison
equal deleted inserted replaced
5009:4d10df33e823 5010:d5ba514e3f4a
21 /** 21 /**
22 * @file vp3dsp_sse2.c 22 * @file vp3dsp_sse2.c
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 "../dsputil.h" 26 #include "dsputil.h"
27 #include "mmx.h" 27 #include "mmx.h"
28 28
29 static DECLARE_ALIGNED_16(const unsigned short, SSE2_dequant_const[]) = 29 static DECLARE_ALIGNED_16(const unsigned short, SSE2_dequant_const[]) =
30 { 30 {
31 0,65535,65535,0,0,0,0,0, // 0x0000 0000 0000 0000 0000 FFFF FFFF 0000 31 0,65535,65535,0,0,0,0,0, // 0x0000 0000 0000 0000 0000 FFFF FFFF 0000