Revision 5b21bdab libavcodec/i386/vp3dsp_sse2.h
libavcodec/i386/vp3dsp_sse2.h | ||
---|---|---|
19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | 20 |
*/ |
21 | 21 |
|
22 |
#ifndef VP3DSP_SSE2_H |
|
23 |
#define VP3DSP_SSE2_H |
|
22 |
#ifndef FFMPEG_VP3DSP_SSE2_H
|
|
23 |
#define FFMPEG_VP3DSP_SSE2_H
|
|
24 | 24 |
|
25 | 25 |
#include "dsputil.h" |
26 | 26 |
|
... | ... | |
28 | 28 |
void ff_vp3_idct_put_sse2(uint8_t *dest, int line_size, DCTELEM *block); |
29 | 29 |
void ff_vp3_idct_add_sse2(uint8_t *dest, int line_size, DCTELEM *block); |
30 | 30 |
|
31 |
#endif /* VP3DSP_SSE2_H */ |
|
31 |
#endif /* FFMPEG_VP3DSP_SSE2_H */ |
Also available in: Unified diff