diff options
author | James Almer <jamrial@gmail.com> | 2014-07-09 22:16:29 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-10 04:01:03 +0200 |
commit | 2571e8fe372b1b8cec4b21ef7207239fb41072ca (patch) | |
tree | 98dd294042d0bc942e13914040f8ad356523a20e /libavcodec/alpha/dsputil_alpha.h | |
parent | 81538470c834332e469d43e4d23b461d98d0f2d1 (diff) | |
download | ffmpeg-2571e8fe372b1b8cec4b21ef7207239fb41072ca.tar.gz |
alpha/pixblockdsp: move code out of dsputil
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/alpha/dsputil_alpha.h')
-rw-r--r-- | libavcodec/alpha/dsputil_alpha.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/alpha/dsputil_alpha.h b/libavcodec/alpha/dsputil_alpha.h index bc29469c10..a48765f9fd 100644 --- a/libavcodec/alpha/dsputil_alpha.h +++ b/libavcodec/alpha/dsputil_alpha.h @@ -22,10 +22,6 @@ #include <stddef.h> #include <stdint.h> -void get_pixels_mvi(int16_t *restrict block, - const uint8_t *restrict pixels, int line_size); -void diff_pixels_mvi(int16_t *block, const uint8_t *s1, const uint8_t *s2, - int stride); int pix_abs8x8_mvi(void *v, uint8_t *pix1, uint8_t *pix2, int line_size, int h); int pix_abs16x16_mvi_asm(void *v, uint8_t *pix1, uint8_t *pix2, int line_size, int h); int pix_abs16x16_x2_mvi(void *v, uint8_t *pix1, uint8_t *pix2, int line_size, int h); |