Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Gisquet <christophe.gisquet@gmail.com>2014-08-06 11:43:40 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-08-06 21:24:49 +0400
commit71db2d08b1f1eeda3b47564662365a7886ca5d3e (patch)
tree7cae5424d2e38b06d06745ffa1e39bd924ac4ae4 /libavcodec/x86/dwt_yasm.asm
parent4e128ab0b1b32d2e0a1a8350e224b8d6cc534f93 (diff)
x86: better share ff_pw_2
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/dwt_yasm.asm')
-rw-r--r--libavcodec/x86/dwt_yasm.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/x86/dwt_yasm.asm b/libavcodec/x86/dwt_yasm.asm
index 5253abc6c8..1d8e793e70 100644
--- a/libavcodec/x86/dwt_yasm.asm
+++ b/libavcodec/x86/dwt_yasm.asm
@@ -23,11 +23,12 @@
SECTION_RODATA
pw_1: times 8 dw 1
-pw_2: times 8 dw 2
pw_8: times 8 dw 8
pw_16: times 8 dw 16
pw_1991: times 4 dw 9,-1
+cextern pw_2
+
section .text
; %1 -= (%2 + %3 + 2)>>2 %4 is pw_2