Revision 4b9905d1 libavcodec/dsputil.h
libavcodec/dsputil.h | ||
---|---|---|
663 | 663 |
void dsputil_init_sh4(DSPContext* c, AVCodecContext *avctx); |
664 | 664 |
void dsputil_init_vis(DSPContext* c, AVCodecContext *avctx); |
665 | 665 |
|
666 |
#define DECLARE_ALIGNED_16(t, v, ...) DECLARE_ALIGNED(16, t, v) |
|
667 |
#define DECLARE_ALIGNED_8(t, v, ...) DECLARE_ALIGNED(8, t, v) |
|
668 |
|
|
669 | 666 |
#if HAVE_MMX |
670 | 667 |
|
671 | 668 |
#undef emms_c |
Also available in: Unified diff