diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-04-22 18:47:16 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-04-22 18:59:23 +0200 |
commit | 7a556ebccfd6baf971d998127f9a1518b42830ae (patch) | |
tree | 14ae2456ae3e39588f1dfff4a6f4109ca35e152d /libavcodec/sh4/dsputil_sh4.h | |
parent | 430d69c9421f2100e65b7e07c8d2a0f39534cbb6 (diff) | |
parent | 0c15a9aa7e1654a19144eb594f9639a57fd47482 (diff) | |
download | ffmpeg-7a556ebccfd6baf971d998127f9a1518b42830ae.tar.gz |
Merge commit '0c15a9aa7e1654a19144eb594f9639a57fd47482'
* commit '0c15a9aa7e1654a19144eb594f9639a57fd47482':
sh4: Remove dubious aligned dsputil code
Conflicts:
libavcodec/sh4/dsputil_align.c
libavcodec/sh4/h264chroma_init.c
libavcodec/sh4/hpeldsp.c
libavcodec/sh4/qpel.c
If someone wants to maintain the sh4 code in ffmpeg, wants to
add more optimizations, or volunteers to maintain any of
what is removed here and can confirm that they are faster.
Then please contact us!
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/sh4/dsputil_sh4.h')
-rw-r--r-- | libavcodec/sh4/dsputil_sh4.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libavcodec/sh4/dsputil_sh4.h b/libavcodec/sh4/dsputil_sh4.h index 42f1fe1452..2ba93549fb 100644 --- a/libavcodec/sh4/dsputil_sh4.h +++ b/libavcodec/sh4/dsputil_sh4.h @@ -24,15 +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 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 */ |