summaryrefslogtreecommitdiff
path: root/libavcodec/x86/diracdsp_mmx.c
diff options
context:
space:
mode:
authorChristophe Gisquet <christophe.gisquet@gmail.com>2014-05-25 19:03:10 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-26 15:37:04 +0200
commit86ae0da60c46658c91b11763557a9bbc1745c8b7 (patch)
tree2880e4a71edbf12f01678ecfaf9dce7e31339b69 /libavcodec/x86/diracdsp_mmx.c
parent96470ca22b3b46677de0e2df64e87c5ec80d752b (diff)
x86: hpeldsp: propagate changes across codecs
Some codecs still use mmx versions, so have them use the versions with newer instruction sets. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/diracdsp_mmx.c')
-rw-r--r--libavcodec/x86/diracdsp_mmx.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/x86/diracdsp_mmx.c b/libavcodec/x86/diracdsp_mmx.c
index e10feafe40..a12f9523d0 100644
--- a/libavcodec/x86/diracdsp_mmx.c
+++ b/libavcodec/x86/diracdsp_mmx.c
@@ -83,9 +83,6 @@ void ff_ ## OPNAME2 ## _dirac_pixels32_ ## EXT(uint8_t *dst, const uint8_t *src[
}\
}
-void ff_avg_pixels16_mmxext(uint8_t *block, const uint8_t *pixels,
- ptrdiff_t line_size, int h);
-
DIRAC_PIXOP(put, ff_put, mmx)
DIRAC_PIXOP(avg, ff_avg, mmx)
DIRAC_PIXOP(avg, ff_avg, mmxext)