summaryrefslogtreecommitdiff
path: root/libavcodec/x86/hevc_deblock.asm
diff options
context:
space:
mode:
authorChristophe Gisquet <christophe.gisquet@gmail.com>2015-02-04 11:41:45 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-02-07 17:48:14 +0100
commited450d4acfc9fea0dae2df2b0a543ec0d602d31a (patch)
tree8228bf68a0ede5d53dc1c24c8a02bc804634998c /libavcodec/x86/hevc_deblock.asm
parentac923ed47002092e16e3fbd252f607e1d68a9106 (diff)
x86: lavc: share more constant through defines
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/hevc_deblock.asm')
-rw-r--r--libavcodec/x86/hevc_deblock.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/x86/hevc_deblock.asm b/libavcodec/x86/hevc_deblock.asm
index f92cb2c0a5..48a597530b 100644
--- a/libavcodec/x86/hevc_deblock.asm
+++ b/libavcodec/x86/hevc_deblock.asm
@@ -26,8 +26,9 @@
SECTION_RODATA
+cextern pw_1023
+%define pw_pixel_max_10 pw_1023
pw_pixel_max_12: times 8 dw ((1 << 12)-1)
-pw_pixel_max_10: times 8 dw ((1 << 10)-1)
pw_m2: times 8 dw -2
pd_1 : times 4 dd 1