comparison x86/snowdsp_mmx.c @ 11373:b57409c0c286 libavcodec

Add some missing #includes
author mru
date Sat, 06 Mar 2010 22:36:36 +0000
parents 98970e51365a
children 0f0cd6b5791f
comparison
equal deleted inserted replaced
11372:e6e95656937d 11373:b57409c0c286
20 */ 20 */
21 21
22 #include "libavutil/x86_cpu.h" 22 #include "libavutil/x86_cpu.h"
23 #include "libavcodec/avcodec.h" 23 #include "libavcodec/avcodec.h"
24 #include "libavcodec/snow.h" 24 #include "libavcodec/snow.h"
25 #include "dsputil_mmx.h"
25 26
26 void ff_snow_horizontal_compose97i_sse2(IDWTELEM *b, int width){ 27 void ff_snow_horizontal_compose97i_sse2(IDWTELEM *b, int width){
27 const int w2= (width+1)>>1; 28 const int w2= (width+1)>>1;
28 DECLARE_ALIGNED(16, IDWTELEM, temp)[width>>1]; 29 DECLARE_ALIGNED(16, IDWTELEM, temp)[width>>1];
29 const int w_l= (width>>1); 30 const int w_l= (width>>1);