Mercurial > libavcodec.hg
comparison i386/idct_xvid.h @ 8084:8547a4ae101b libavcodec
Add missing headers to pass 'make checkheaders'.
author | diego |
---|---|
date | Wed, 29 Oct 2008 23:43:55 +0000 |
parents | c4a4495715dd |
children |
comparison
equal
deleted
inserted
replaced
8083:1fe764a5c33e | 8084:8547a4ae101b |
---|---|
24 */ | 24 */ |
25 | 25 |
26 #ifndef AVCODEC_I386_IDCT_XVID_H | 26 #ifndef AVCODEC_I386_IDCT_XVID_H |
27 #define AVCODEC_I386_IDCT_XVID_H | 27 #define AVCODEC_I386_IDCT_XVID_H |
28 | 28 |
29 #include <stdint.h> | |
30 | |
29 void ff_idct_xvid_mmx(short *block); | 31 void ff_idct_xvid_mmx(short *block); |
30 void ff_idct_xvid_mmx2(short *block); | 32 void ff_idct_xvid_mmx2(short *block); |
31 void ff_idct_xvid_sse2(short *block); | 33 void ff_idct_xvid_sse2(short *block); |
32 void ff_idct_xvid_sse2_put(uint8_t *dest, int line_size, short *block); | 34 void ff_idct_xvid_sse2_put(uint8_t *dest, int line_size, short *block); |
33 void ff_idct_xvid_sse2_add(uint8_t *dest, int line_size, short *block); | 35 void ff_idct_xvid_sse2_add(uint8_t *dest, int line_size, short *block); |