summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2015-03-15 14:56:13 -0300
committerJames Almer <jamrial@gmail.com>2015-03-16 01:49:34 -0300
commitbdd179c8cbe8ee2aa2d5959819822600cf1761e3 (patch)
treeefbf7513f41a6613f90dde8ffebcf6248cfda77f
parent1e4d0498df6621143da1a550006ddc3526ad51cb (diff)
x86/proresdsp: remove unused macro
Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r--libavcodec/x86/proresdsp.asm14
1 files changed, 0 insertions, 14 deletions
diff --git a/libavcodec/x86/proresdsp.asm b/libavcodec/x86/proresdsp.asm
index 255eb24897..752e50420f 100644
--- a/libavcodec/x86/proresdsp.asm
+++ b/libavcodec/x86/proresdsp.asm
@@ -300,20 +300,6 @@ cglobal prores_idct_put_10, 4, 4, %1
RET
%endmacro
-%macro SIGNEXTEND 2-3
-%if cpuflag(sse4) ; dstlow, dsthigh
- movhlps %2, %1
- pmovsxwd %1, %1
- pmovsxwd %2, %2
-%elif cpuflag(sse2) ; dstlow, dsthigh, tmp
- pxor %3, %3
- pcmpgtw %3, %1
- mova %2, %1
- punpcklwd %1, %3
- punpckhwd %2, %3
-%endif
-%endmacro
-
INIT_XMM sse2
idct_put_fn 16
INIT_XMM sse4