summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/vp9lpf.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/vp9lpf.asm
parent305f72aee77bc36d1da9feaec42f9ddcdc9b0689 (diff)
downloadffmpeg-streaming-4e128ab0b1b32d2e0a1a8350e224b8d6cc534f93.zip
ffmpeg-streaming-4e128ab0b1b32d2e0a1a8350e224b8d6cc534f93.tar.gz
x86: vpx/h264/hevc/mpeg2: share constants
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/vp9lpf.asm')
-rw-r--r--libavcodec/x86/vp9lpf.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/x86/vp9lpf.asm b/libavcodec/x86/vp9lpf.asm
index def7d5a..cb57a25 100644
--- a/libavcodec/x86/vp9lpf.asm
+++ b/libavcodec/x86/vp9lpf.asm
@@ -36,8 +36,8 @@ pb_81: times 16 db 0x81
pb_f8: times 16 db 0xf8
pb_fe: times 16 db 0xfe
-pw_4: times 8 dw 4
-pw_8: times 8 dw 8
+cextern pw_4
+cextern pw_8
; with mix functions, two 8-bit thresholds are stored in a 16-bit storage,
; the following mask is used to splat both in the same register
OpenPOWER on IntegriCloud