summaryrefslogtreecommitdiff
path: root/libavcodec/x86/hpeldsp.asm
diff options
context:
space:
mode:
authorChristophe Gisquet <christophe.gisquet@gmail.com>2014-08-06 07:43:39 +0000
committerMichael Niedermayer <michaelni@gmx.at>2014-08-06 18:36:31 +0200
commit4e128ab0b1b32d2e0a1a8350e224b8d6cc534f93 (patch)
treed0033797b32f27be09ac7567ab55c1ed507ec8f3 /libavcodec/x86/hpeldsp.asm
parent305f72aee77bc36d1da9feaec42f9ddcdc9b0689 (diff)
x86: vpx/h264/hevc/mpeg2: share constants
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/hpeldsp.asm')
-rw-r--r--libavcodec/x86/hpeldsp.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/x86/hpeldsp.asm b/libavcodec/x86/hpeldsp.asm
index a702b8bc34..2cef8e698c 100644
--- a/libavcodec/x86/hpeldsp.asm
+++ b/libavcodec/x86/hpeldsp.asm
@@ -30,10 +30,11 @@
SECTION_RODATA
cextern pb_1
cextern pw_2
-pw_8192: times 8 dw (1<<13)
pb_interleave16: db 0, 8, 1, 9, 2, 10, 3, 11, 4, 12, 5, 13, 6, 14, 7, 15
pb_interleave8: db 0, 4, 1, 5, 2, 6, 3, 7
+cextern pw_8192
+
SECTION_TEXT
; void ff_put_pixels8_x2(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h)