diff options
Diffstat (limited to 'ffmpeg/libavcodec/sh4/dsputil_sh4.h')
| -rw-r--r-- | ffmpeg/libavcodec/sh4/dsputil_sh4.h | 6 |
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 */ |
