summaryrefslogtreecommitdiff
path: root/ffmpeg/libavcodec/sh4/dsputil_sh4.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-12-29 12:19:38 +0000
committerTim Redfern <tim@eclectronics.org>2013-12-29 12:19:38 +0000
commitf7813a5324be39d13ab536c245d15dfc602a7849 (patch)
treefad99148b88823d34a5df2f0a25881a002eb291b /ffmpeg/libavcodec/sh4/dsputil_sh4.h
parentb7a5a477b8ff4d4e3028b9dfb9a9df0a41463f92 (diff)
basic type mechanism working
Diffstat (limited to 'ffmpeg/libavcodec/sh4/dsputil_sh4.h')
-rw-r--r--ffmpeg/libavcodec/sh4/dsputil_sh4.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ffmpeg/libavcodec/sh4/dsputil_sh4.h b/ffmpeg/libavcodec/sh4/dsputil_sh4.h
index bd97a5b..2ba9354 100644
--- a/ffmpeg/libavcodec/sh4/dsputil_sh4.h
+++ b/ffmpeg/libavcodec/sh4/dsputil_sh4.h
@@ -24,11 +24,5 @@
#include "libavcodec/hpeldsp.h"
void ff_idct_sh4(int16_t *block);
-void ff_dsputil_init_align(DSPContext* c, AVCodecContext *avctx);
-
-void ff_put_rnd_pixels8_o (uint8_t * dest, const uint8_t * ref, const int stride, int height);
-void ff_put_rnd_pixels16_o(uint8_t * dest, const uint8_t * ref, const int stride, int height);
-void ff_avg_rnd_pixels8_o (uint8_t * dest, const uint8_t * ref, const int stride, int height);
-void ff_avg_rnd_pixels16_o(uint8_t * dest, const uint8_t * ref, const int stride, int height);
#endif /* AVCODEC_SH4_DSPUTIL_SH4_H */