summaryrefslogtreecommitdiffstats
path: root/libavcodec/sh4/dsputil_sh4.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-04-18 19:26:18 +0200
committerDiego Biurrun <diego@biurrun.de>2013-04-22 12:12:24 +0200
commit0c15a9aa7e1654a19144eb594f9639a57fd47482 (patch)
tree616797fa16e15731e59d5cb1b64905a163cb2253 /libavcodec/sh4/dsputil_sh4.h
parentb4ad7c54c878dead7dfa4838b912a530c1debe85 (diff)
downloadffmpeg-streaming-0c15a9aa7e1654a19144eb594f9639a57fd47482.zip
ffmpeg-streaming-0c15a9aa7e1654a19144eb594f9639a57fd47482.tar.gz
sh4: Remove dubious aligned dsputil code
The code represents a considerable maintenance burden and it is not clear that it gives a noticeable benefit to outweigh this after 10 years of improvements in compiler technology since its creation.
Diffstat (limited to 'libavcodec/sh4/dsputil_sh4.h')
-rw-r--r--libavcodec/sh4/dsputil_sh4.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/libavcodec/sh4/dsputil_sh4.h b/libavcodec/sh4/dsputil_sh4.h
index f474f90..9c2b311 100644
--- a/libavcodec/sh4/dsputil_sh4.h
+++ b/libavcodec/sh4/dsputil_sh4.h
@@ -23,15 +23,5 @@
#include "libavcodec/dsputil.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 ptrdiff_t stride, int height);
-void ff_put_rnd_pixels16_o(uint8_t *dest, const uint8_t *ref,
- const ptrdiff_t stride, int height);
-void ff_avg_rnd_pixels8_o (uint8_t *dest, const uint8_t *ref,
- const ptrdiff_t stride, int height);
-void ff_avg_rnd_pixels16_o(uint8_t *dest, const uint8_t *ref,
- const ptrdiff_t stride, int height);
#endif /* AVCODEC_SH4_DSPUTIL_SH4_H */
OpenPOWER on IntegriCloud