summaryrefslogtreecommitdiff
path: root/libavcodec/x86/dwt_yasm.asm
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-11-01 21:55:37 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-11-01 22:01:11 +0100
commite985d719266939fbcdc682492079d4a9995516be (patch)
tree77d0580c1a0019eb7f37737943408ee878985d8b /libavcodec/x86/dwt_yasm.asm
parent754539a4095a40b111c40c169ba079c3e0018e74 (diff)
dirac: fix horizontal_compose_dd97i_ssse3
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/dwt_yasm.asm')
-rw-r--r--libavcodec/x86/dwt_yasm.asm4
1 files changed, 1 insertions, 3 deletions
diff --git a/libavcodec/x86/dwt_yasm.asm b/libavcodec/x86/dwt_yasm.asm
index 7d7471c6e2..b8dccb86f7 100644
--- a/libavcodec/x86/dwt_yasm.asm
+++ b/libavcodec/x86/dwt_yasm.asm
@@ -21,8 +21,6 @@
%include "x86inc.asm"
-cextern horizontal_compose_dd97i_end_c
-
SECTION_RODATA
pw_1: times 8 dw 1
pw_2: times 8 dw 2
@@ -293,7 +291,7 @@ cglobal horizontal_compose_dd97i_ssse3, 3,6,8, b, tmp, w, x, w2, b_w2
cmp xd, w2d
jl .highpass_loop
.end:
- END_HORIZONTAL horizontal_compose_dd97i_end_c
+ REP_RET
%ifndef ARCH_X86_64